#include <SIG_DynaMoCommandInterface.h>
Inheritance diagram for SIGEL_Simulation::SIG_DynaMoCommandInterface:
Public Methods | |
SIG_DynaMoCommandInterface (SIG_DynaMoSimulationData& theSimulationData) | |
The constructor. More... | |
void | moveDrive (int driveNo, QVector<SIG_Register> const& registers) |
Interpretes a "MOVE" from the program. More... | |
Private Attributes | |
SIG_DynaMoSimulationData& | simulationData |
The reference to the simulator's simulationData. More... |
To perform commands (e.g. enacting forces) in the simulator one has to use this class. This is the class needed to change the simulation.
Definition at line 18 of file SIG_DynaMoCommandInterface.h.
|
The constructor.
Definition at line 6 of file SIG_DynaMoCommandInterface.cpp. |
|
Interpretes a "MOVE" from the program.
Reimplemented from SIGEL_Simulation::SIG_CommandInterface. Definition at line 11 of file SIG_DynaMoCommandInterface.cpp. |
|
The reference to the simulator's simulationData.
Definition at line 23 of file SIG_DynaMoCommandInterface.h. |