|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| void | log (const string &msg) |
Public Attributes | |
| bool | lights_on = false |
| int | temperature = 22 |
| bool | alarm_armed = false |
| string | last_log |
Definition at line 62 of file driven_table_example.C.
Definition at line 69 of file driven_table_example.C.
References last_log, and Aleph::maps().
Definition at line 66 of file driven_table_example.C.
Referenced by on_arm_alarm().
| string SmartHomeState::last_log |
Definition at line 67 of file driven_table_example.C.
Referenced by log().
Definition at line 64 of file driven_table_example.C.
Referenced by on_lights_off(), on_lights_on(), and on_panic().
| int SmartHomeState::temperature = 22 |
Definition at line 65 of file driven_table_example.C.
Referenced by on_temp_up().