#include <BlinkingLED.h>
Public Member Functions | |
BlinkingLED () | |
virtual | ~BlinkingLED () |
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 | |
BlinkingLEDState | blinkingLEDState |
OPrimitiveID | ledID [NUM_LEDS] |
RCRegion * | region [NUM_COMMAND_VECTOR] |
Static Private Attributes | |
const size_t | NUM_COMMAND_VECTOR = 2 |
const size_t | NUM_LEDS = 7 |
|
Definition at line 17 of file BlinkingLED.cc. |
|
Definition at line 38 of file BlinkingLED.h. |
|
Definition at line 140 of file BlinkingLED.cc. |
|
Definition at line 68 of file BlinkingLED.cc. |
|
Definition at line 24 of file BlinkingLED.cc. References NewCommandVectorData(), and OpenPrimitives(). |
|
Definition at line 41 of file BlinkingLED.cc. References blinkingLEDState, and BlinkLED(). |
|
Definition at line 55 of file BlinkingLED.cc. References blinkingLEDState. |
|
Definition at line 99 of file BlinkingLED.cc. References ledID, NUM_LEDS, and region. Referenced by DoInit(). |
|
Definition at line 86 of file BlinkingLED.cc. References ledID. Referenced by DoInit(). |
|
Definition at line 75 of file BlinkingLED.cc. References blinkingLEDState, and BlinkLED(). |
|
Definition at line 58 of file BlinkingLED.h. |
|
Definition at line 59 of file BlinkingLED.h. Referenced by BlinkingLED(), NewCommandVectorData(), and OpenPrimitives(). |
|
Definition at line 55 of file BlinkingLED.h. |
|
Definition at line 56 of file BlinkingLED.h. Referenced by NewCommandVectorData(). |
|
Definition at line 41 of file BlinkingLED.h. |
|
Definition at line 60 of file BlinkingLED.h. Referenced by BlinkingLED(), BlinkLED(), and NewCommandVectorData(). |
|
Definition at line 40 of file BlinkingLED.h. Referenced by BlinkLED(). |