Collaboration diagram for RS::Agent:

Public Member Functions | |
| virtual bool | start ()=0 |
Protected Attributes | |
| ServerInterface * | serverInterface |
| SensorInterface * | sensorInterface |
| Sensors * | sensors |
| ActuatorInterface * | actuatorInterface |
| Actuators * | actuators |
| Decision * | decision |
| ControlInterface * | controlInterface |
| Controller * | controller |
This is an abstract base class so it can not be used as it is.
Definition at line 82 of file Agent.h.
1.3-rc3