#include <TeamBallLocatorSelector.h>
Inheritance diagram for TeamBallLocatorSelector:
Public Member Functions | |
TeamBallLocatorSelector (ModuleHandler &handler, const TeamBallLocatorInterfaces &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 24 of file TeamBallLocatorSelector.h.
|
Constructor.
Definition at line 32 of file TeamBallLocatorSelector.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 TeamBallLocatorSelector.h. |