#include <atomodeagent.h>
Inherits OdeAgent.
Inheritance diagram for AtomOdeAgent:


Public Member Functions | |
| AtomOdeAgent (const PlotOption &plotOption) | |
| initializes the object with the given controller, robot and wiring | |
| AtomOdeAgent (const std::list< PlotOption > &plotOptions) | |
| virtual | ~AtomOdeAgent () |
| destructor | |
| virtual bool | init (AbstractController *controller, OdeRobot *robot, AbstractWiring *wiring) |
| initializes the object with the given controller, robot and wiring and initializes pipe to guilogger | |
| AtomOdeAgent | ( | const PlotOption & | plotOption | ) |
initializes the object with the given controller, robot and wiring
| AtomOdeAgent | ( | const std::list< PlotOption > & | plotOptions | ) |
| ~AtomOdeAgent | ( | ) | [virtual] |
destructor
| bool init | ( | AbstractController * | controller, | |
| OdeRobot * | robot, | |||
| AbstractWiring * | wiring | |||
| ) | [virtual] |
initializes the object with the given controller, robot and wiring and initializes pipe to guilogger
Reimplemented from OdeAgent.
1.4.7