#include <SelfLocatorSelector.h>
Inheritance diagram for SelfLocatorSelector:
Public Member Functions | |
SelfLocatorSelector (ModuleHandler &handler, const SelfLocatorInterfaces &interfaces) | |
Constructor. | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. |
A selector for self locators
Definition at line 26 of file SelfLocatorSelector.h.
|
Constructor.
Definition at line 34 of file SelfLocatorSelector.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 47 of file SelfLocatorSelector.h. |