Timer Console
Loading...
Searching...
No Matches
alarmData.h File Reference
#include "./alarm.h"
#include <vector>
#include <map>
Include dependency graph for alarmData.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ AlarmTime()

AlarmData::AlarmTime ( const int & h,
cont int & m )

Variable Documentation

◆ hour

int hour

◆ minute

int minute