AngleSpeedSensor is a class defining an angle speed sensor. It is attached to an angle speed motor (it has the same name) and can measure its angle speed. More...
#include <alrobotmodel.h>
Public Member Functions | |
AngleSpeedSensor () | |
creates an empty AngleSpeedSensor, you should not use this. | |
~AngleSpeedSensor () | |
destructor. | |
virtual int | bufferSize () const |
returns the maximum size of the buffer of a measure from the AngleSpeedSensor in bits. |
AngleSpeedSensor is a class defining an angle speed sensor. It is attached to an angle speed motor (it has the same name) and can measure its angle speed.
Definition at line 995 of file alrobotmodel.h.
creates an empty AngleSpeedSensor, you should not use this.