|  | 
| enum | ForceSignalSource { FORCE_SIGNAL_RLEG, 
FORCE_SIGNAL_LLEG, 
FORCE_SIGNAL_RARM, 
FORCE_SIGNAL_LARM
 } | 
|  | 
| typedef std::map< const std::string, command::Command *> | CommandMap_t | 
|  | 
| typedef std::map< std::string, SignalBase< int > *> | SignalMap | 
|  | 
| dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | attitudeSIN | 
|  | 
| dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | controlSIN | 
|  | 
| dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | zmpSIN | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | stateSOUT | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | velocitySOUT | 
|  | 
| dynamicgraph::Signal< MatrixRotation, int > | attitudeSOUT | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | motorcontrolSOUT | 
|  | The current state of the robot from the command viewpoint.  More... 
 | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | previousControlSOUT | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | ZMPPreviousControllerSOUT | 
|  | The ZMP reference send by the previous controller.  More... 
 | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | robotState_ | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | robotVelocity_ | 
|  | Motor velocities.  More... 
 | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > * | forcesSOUT [4] | 
|  | The force torque sensors.  More... 
 | 
|  | 
| dynamicgraph::Signal< dynamicgraph::Vector, int > | pseudoTorqueSOUT | 
|  | 
| void | addCommand (const std::string &name, command::Command *command) | 
|  | 
| void | entityDeregistration () | 
|  | 
| void | entityRegistration () | 
|  | 
| void | signalDeregistration (const std::string &name) | 
|  | 
| void | signalRegistration (const SignalArray< int > &signals) | 
|  | 
| ControlInput | controlInputType_ | 
|  | 
| bool | sanityCheck_ | 
|  | 
| dynamicgraph::Vector | state_ | 
|  | 
| double | timestep_ | 
|  | 
| dynamicgraph::Vector | vel_control_ | 
|  | 
| dynamicgraph::Vector | velocity_ | 
|  | 
| bool | withForceSignals [4] | 
|  | 
| Vector | upperPosition_ | 
|  | 
| Vector | upperVelocity_ | 
|  | 
| Vector | upperTorque_ | 
|  | 
| Vector | lowerPosition_ | 
|  | 
| Vector | lowerVelocity_ | 
|  | 
| Vector | lowerTorque_ | 
|  | 
| CommandMap_t | commandMap | 
|  | 
| Logger | logger_ | 
|  | 
| std::string | name | 
|  | 
| SignalMap | signalMap | 
|  | 
Definition at line 49 of file robot-simu.hh.