#include <dummymotor.h>
Inherits Motor.
Inheritance diagram for DummyMotor:


Public Member Functions | |
| DummyMotor (int number=1) | |
| virtual | ~DummyMotor () |
| virtual void | init (Primitive *own) |
| initialises motor with body of robot | |
| virtual int | getMotorNumber () const |
| return the dimensionality of this motor | |
| virtual bool | act (GlobalData &globaldata) |
| performs the actions, This is usually called in doInternalStuff() from the robot | |
| virtual int | set (const motor *values, int length) |
| sends the action commands to the motor. | |
| DummyMotor | ( | int | number = 1 |
) | [inline] |
| virtual ~DummyMotor | ( | ) | [inline, virtual] |
| virtual bool act | ( | GlobalData & | globaldata | ) | [inline, virtual] |
| virtual int getMotorNumber | ( | ) | const [inline, virtual] |
| virtual void init | ( | Primitive * | own | ) | [inline, virtual] |
| virtual int set | ( | const motor * | values, | |
| int | length | |||
| ) | [inline, virtual] |
sends the action commands to the motor.
It returns the number of used values. (should be equal to getMotorNumber)
Implements Motor.
1.4.7