#include <GetupEngineSelector.h>
Inheritance diagram for GetupEngineSelector:
Public Member Functions | |
GetupEngineSelector (ModuleHandler &handler, const GetupEngineInterfaces &interfaces) | |
Constructor. | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. | |
bool | executeParameterized (JointData &jointData) |
Executes the module. |
Definition at line 19 of file GetupEngineSelector.h.
|
Constructor.
Definition at line 27 of file GetupEngineSelector.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 40 of file GetupEngineSelector.h. |
|
Executes the module.
Definition at line 52 of file GetupEngineSelector.h. Referenced by GT2004MotionControl::execute(). |