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