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