Robot Class Reference
An abstract class for robots. More...
Inheritance diagram for Robot:

Public Member Functions | |
Robot (ConfigurationParameters ¶ms, QString prefix) | |
Constructor. | |
virtual | ~Robot () |
Destructor. |
Detailed Description
An abstract class for robots.
This is empty, use one of the classes implementing actual robots
Constructor & Destructor Documentation
Robot | ( | ConfigurationParameters & | params, |
QString | prefix | ||
) | [inline] |
Constructor.
- Parameters:
-
params thvirtual e configuration parameters object with parameters to use prefix the prefix to use to access the object configuration parameters. This is guaranteed to end with the separator character when called by the factory, so you don't need to add one
The documentation for this class was generated from the following file:
- experiments/include/robots.h