|
Timer Console
|


Go to the source code of this file.
Classes | |
| class | AlarmData |
| AlarmData class handles the implementation of the actual alarm that is stored or in memory to be manipulated and used. More... | |
| struct | AlarmData::Vibrate |
| Vibrate struct provides more customization over how the device will react to an alarm being triggered. More... | |
| struct | AlarmData::AlarmTime |
| AlarmTime struct enables an integer pair for defining the time the alarm should be set for by hour and minute. More... | |
Functions | |
| AlarmTime (const int &h, cont int &m) | |
Variables | |
| int | hour |
| int | minute |
| AlarmData::AlarmTime | ( | const int & | h, |
| cont int & | m ) |
| int hour |
| int minute |