7 #ifndef CCI_LEDS_ACTUATOR_H
8 #define CCI_LEDS_ACTUATOR_H
11 class CCI_LEDsActuator;
14 #include <argos3/core/control_interface/ci_actuator.h>
15 #include <argos3/core/utility/datatypes/color.h>
88 virtual void CreateLuaState(lua_State* pt_lua_state);
unsigned int UInt32
32-bit unsigned integer.
unsigned char UInt8
8-bit unsigned integer.
The namespace containing all the ARGoS related code.
The basic interface for all actuators.
size_t GetNumLEDs() const
Returns the number of LEDs.
virtual void SetAllColors(const CColor &c_color)
Sets the color of the whole LED ring.
virtual ~CCI_LEDsActuator()
virtual void SetAllIntensities(UInt8 un_intensity)
Sets the intensity of all the LEDs in the ring.
virtual void SetSingleColor(UInt32 un_led_number, const CColor &c_color)
Sets the color of a single LED.
virtual void SetSingleIntensity(UInt32 un_led_number, UInt8 un_intensity)
Sets the intensity of a single LED in the ring.
std::vector< CColor > TSettings