LEDActuator is a class defining a LED actuator. More...
#include <alrobotmodel.h>
Public Types | |
enum | Color { RED, GREEN, BLUE } |
color of the LED | |
Public Member Functions | |
LEDActuator (class LEDActuatorImpl *impl) | |
private constructor. | |
LEDActuator (const LEDActuator &other) | |
copy constructor. | |
~LEDActuator () | |
destructor. | |
virtual int | bufferSize () const |
returns the size of the buffer of a command to the LEDActuator in bits. | |
const std::string & | shortname () const |
returns the shortname of the LED. | |
const std::vector< std::string > & | groups () const |
returns the group names the LED belongs to. | |
Color | color () const |
Color of the LED. |
LEDActuator is a class defining a LED actuator.
Definition at line 831 of file alrobotmodel.h.