#include <LEDControl.h>
Inheritance diagram for LEDControlInterfaces:


Public Member Functions | |
| LEDControlInterfaces (const unsigned long &frameNumber, const LEDRequest &ledRequest, const int &wLanStatus, LEDValue &ledValue) | |
| Constructor. | |
Protected Attributes | |
| const unsigned long & | frameNumber |
| A reference to the frame number. | |
| const LEDRequest & | ledRequest |
| A request how to set the leds from the behavior. | |
| const int & | wLanStatus |
| The status of the WLan connection to be displayed with the ear leds. | |
| LEDValue & | ledValue |
| The value of the led to be filled. | |
Definition at line 20 of file LEDControl.h.
|
||||||||||||||||||||
|
Constructor.
Definition at line 29 of file LEDControl.h. |
|
|
A reference to the frame number.
Definition at line 42 of file LEDControl.h. |
|
|
A request how to set the leds from the behavior.
Definition at line 45 of file LEDControl.h. |
|
|
The status of the WLan connection to be displayed with the ear leds.
Definition at line 48 of file LEDControl.h. |
|
|
The value of the led to be filled.
Definition at line 51 of file LEDControl.h. |
1.3.6