hyperion.ng
|
The LedString contains the image integration information of the leds. More...
#include <LedString.h>
Public Member Functions | |
LedString () | |
Constructs the LedString with no leds. | |
~LedString () | |
Destructor of this LedString. | |
std::vector< Led > & | leds () |
Returns the led specifications. More... | |
const std::vector< Led > & | leds () const |
Returns the led specifications. More... | |
The LedString contains the image integration information of the leds.
std::vector< Led > & LedString::leds | ( | ) |
Returns the led specifications.
const std::vector< Led > & LedString::leds | ( | ) | const |
Returns the led specifications.