alrobotmodel  2.1.0.18
 All Classes Functions Variables Enumerations Enumerator
Public Types | Public Member Functions
Sim::LEDActuator Class Reference

LEDActuator is a class defining a LED actuator. More...

#include <alrobotmodel.h>

List of all members.

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.

Detailed Description

LEDActuator is a class defining a LED actuator.

Definition at line 838 of file alrobotmodel.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator