#include <OPENR/OObject.h>#include <OPENR/OSubject.h>#include <OPENR/OObserver.h>#include "def.h"Go to the source code of this file.
Classes | |
| class | BlinkingHeadLED |
Enumerations | |
| enum | BlinkingHeadLEDState { BHLS_IDLE, BHLS_START } |
Variables | |
| const char *const | LED2_LOCATOR [] |
| const size_t | NUM_LEDS = 6 |
| const size_t | NUM_FRAMES = 8 |
| const OLEDValue | LED2_VALUE [NUM_LEDS][NUM_FRAMES] |
|
|
Definition at line 20 of file BlinkingHeadLED.h. |
|
|
Initial value: {
"PRM:/r1/c1/c2/c3/l1-LED2:l1",
"PRM:/r1/c1/c2/c3/l2-LED2:l2",
"PRM:/r1/c1/c2/c3/l3-LED2:l3",
"PRM:/r1/c1/c2/c3/l4-LED2:l4",
"PRM:/r1/c1/c2/c3/l5-LED2:l5",
"PRM:/r1/c1/c2/c3/l6-LED2:l6",
}
Definition at line 25 of file BlinkingHeadLED.h. |
|
|
Initial value: {
{ oledON, oledON, oledOFF, oledOFF, oledON, oledON, oledOFF, oledOFF },
{ oledOFF, oledON, oledON, oledOFF, oledOFF, oledON, oledON, oledOFF },
{ oledON, oledOFF, oledOFF, oledOFF, oledON, oledON, oledON, oledOFF },
{ oledOFF, oledON, oledOFF, oledON, oledOFF, oledON, oledON, oledOFF },
{ oledOFF, oledOFF, oledON, oledON, oledON, oledOFF, oledON, oledOFF },
{ oledON, oledOFF, oledON, oledOFF, oledON, oledOFF, oledON, oledOFF }
}
Definition at line 36 of file BlinkingHeadLED.h. Referenced by BlinkingHeadLED::NewCommandVectorData(). |
|
|
Definition at line 35 of file BlinkingHeadLED.h. |
|
|
Definition at line 34 of file BlinkingHeadLED.h. Referenced by BlinkingHeadLED::NewCommandVectorData(). |
1.3.9.1