#include <SensorBehaviorControlSelector.h>
Inheritance diagram for SensorBehaviorControlSelector:
Public Member Functions | |
SensorBehaviorControlSelector (ModuleHandler &handler, const SensorBehaviorControlInterfaces &interfaces) | |
Constructor. | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. |
Definition at line 30 of file SensorBehaviorControlSelector.h.
|
Constructor.
Definition at line 38 of file SensorBehaviorControlSelector.h. References ModuleHandler::setModuleSelector(). |
Here is the call graph for this function:
|
Is called on start and when the selected solution changes to create a specific solution.
Implements ModuleSelector. Definition at line 51 of file SensorBehaviorControlSelector.h. |