Inheritance diagram for StateChanger:
Public Member Functions | |
virtual void | setState (bool state) |
virtual void | enable ()=0 |
virtual void | disable ()=0 |
void | onOff () |
Definition at line 39 of file c++.cpp.
|
Implemented in DisplayState. |
|
Implemented in DisplayState. |
|
Definition at line 79 of file c++.cpp. References setState(), and sleep. Referenced by main(). |
|
Definition at line 41 of file c++.cpp. Referenced by onOff(). |