epuckLEDs.hpp
Go to the documentation of this file.
bool ring[RING_LEDS_NUM]
The state of each of eighth ring LEDs.
Definition: epuckLEDs.hpp:41
void ClearInternal()
Turn off the internal representation of all e-puck LEDs.
Definition: epuckLEDs.cpp:103
const SerialPort *const serialPort
A SerialPort class instance shared among the device interfaces.
Definition: epuckInterface.hpp:59
EpuckLEDs(const SerialPort *const serialPort)
EpuckLEDs class constructor.
Definition: epuckLEDs.cpp:18
Header file of the EpuckInterface class and the struct EpuckInterface::Triple.
void SetBodyLED(bool state)
Set the e-puck body LED.
Definition: epuckLEDs.cpp:96
static const unsigned RING_LEDS_NUM
The quantity of LEDs in e-puck ring LEDs.
Definition: epuckLEDs.hpp:36
void SetFrontLED(bool state)
Set the e-puck front LED.
Definition: epuckLEDs.cpp:89