#include <SensorDataProcessorSelector.h>
Inheritance diagram for SensorDataProcessorSelector:
Public Member Functions | |
SensorDataProcessorSelector (ModuleHandler &handler, const SensorDataProcessorInterfaces &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 22 of file SensorDataProcessorSelector.h.
|
Constructor.
Definition at line 30 of file SensorDataProcessorSelector.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 45 of file SensorDataProcessorSelector.h. |