#include <BattChecker.h>
Public Member Functions | |
BattChecker () | |
virtual | ~BattChecker () |
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 | NotifySensor (const ONotifyEvent &event) |
void | ReadyEffector (const OReadyEvent &event) |
Public Attributes | |
OSubject * | subject [numOfSubject] |
OObserver * | observer [numOfObserver] |
Private Attributes | |
bool | is_init |
|
Definition at line 119 of file BattChecker.cc. References is_init, and sigint_handler(). |
|
Definition at line 25 of file BattChecker.h. |
|
Definition at line 166 of file BattChecker.cc. |
|
Definition at line 130 of file BattChecker.cc. |
|
Definition at line 144 of file BattChecker.cc. |
|
Definition at line 155 of file BattChecker.cc. |
|
Definition at line 183 of file BattChecker.cc. |
|
Definition at line 243 of file BattChecker.cc. |
|
Definition at line 39 of file BattChecker.h. Referenced by BattChecker(), and NotifySensor(). |
|
Definition at line 28 of file BattChecker.h. Referenced by NotifySensor(). |
|
Definition at line 27 of file BattChecker.h. |