#include <BlinkingHeadLED.h>
Public Member Functions | |
BlinkingHeadLED () | |
virtual | ~BlinkingHeadLED () |
virtual OStatus | DoInit (const OSystemEvent &event) |
virtual OStatus | DoStart (const OSystemEvent &event) |
virtual OStatus | DoStop (const OSystemEvent &event) |
virtual OStatus | DoDestroy (const OSystemEvent &event) |
void | Ready (const OReadyEvent &event) |
Public Attributes | |
OSubject * | subject [numOfSubject] |
OObserver * | observer [numOfObserver] |
Private Member Functions | |
void | OpenPrimitives () |
void | NewCommandVectorData () |
void | BlinkLED () |
Private Attributes | |
BlinkingHeadLEDState | blinkingLEDState |
OPrimitiveID | ledID [NUM_LEDS] |
RCRegion * | region [NUM_COMMAND_VECTOR] |
Static Private Attributes | |
const size_t | NUM_COMMAND_VECTOR = 2 |
|
Definition at line 17 of file BlinkingHeadLED.cc. |
|
Definition at line 48 of file BlinkingHeadLED.h. |
|
Definition at line 138 of file BlinkingHeadLED.cc. |
|
Definition at line 68 of file BlinkingHeadLED.cc. |
|
Definition at line 24 of file BlinkingHeadLED.cc. References NewCommandVectorData(), and OpenPrimitives(). |
|
Definition at line 41 of file BlinkingHeadLED.cc. References blinkingLEDState, and BlinkLED(). |
|
Definition at line 55 of file BlinkingHeadLED.cc. References blinkingLEDState. |
|
Definition at line 99 of file BlinkingHeadLED.cc. References LED2_VALUE, ledID, NUM_FRAMES, NUM_LEDS, and region. Referenced by DoInit(). |
|
Definition at line 86 of file BlinkingHeadLED.cc. References ledID. Referenced by DoInit(). |
|
Definition at line 75 of file BlinkingHeadLED.cc. References blinkingLEDState, and BlinkLED(). |
|
Definition at line 67 of file BlinkingHeadLED.h. |
|
Definition at line 68 of file BlinkingHeadLED.h. Referenced by BlinkingHeadLED(), NewCommandVectorData(), and OpenPrimitives(). |
|
Definition at line 65 of file BlinkingHeadLED.h. |
|
Definition at line 51 of file BlinkingHeadLED.h. |
|
Definition at line 69 of file BlinkingHeadLED.h. Referenced by BlinkingHeadLED(), BlinkLED(), and NewCommandVectorData(). |
|
Definition at line 50 of file BlinkingHeadLED.h. Referenced by BlinkLED(). |