#include <MotionControlSelector.h>
Inheritance diagram for MotionControlSelector:
Public Member Functions | |
MotionControlSelector (ModuleHandler &handler, const MotionControlInterfaces &interfaces) | |
Constructor. | |
Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. | |
Public Attributes | |
ModuleHandler & | moduleHandler |
A reference to the ModuleHandler of the process, needed to create the submodules of DefaultMotionControl. |
Definition at line 23 of file MotionControlSelector.h.
|
Constructor.
Definition at line 31 of file MotionControlSelector.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 MotionControlSelector.h. |
|
A reference to the ModuleHandler of the process, needed to create the submodules of DefaultMotionControl.
Definition at line 62 of file MotionControlSelector.h. |