LEDActuator is a class defining a LED actuator. More...
#include <alrobotmodel.h>
Public Types | |
enum | Color { RED, GREEN, BLUE } |
Public Member Functions | |
LEDActuator () | |
creates an empty LEDActuator, you should not use this. | |
~LEDActuator () | |
destructor. | |
virtual int | bufferSize () const |
returns the size of the buffer of a command to the LEDActuator in bits. | |
Color | color () const |
Color of the led. |
LEDActuator is a class defining a LED actuator.
Definition at line 654 of file alrobotmodel.h.
creates an empty LEDActuator, you should not use this.