Timer Console
Loading...
Searching...
No Matches
AlarmData::AlarmTime Struct Reference

AlarmTime struct enables an integer pair for defining the time the alarm should be set for by hour and minute. More...

#include <alarmData.h>

Public Member Functions

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

Public Attributes

int hour
 
int minute
 

Detailed Description

AlarmTime struct enables an integer pair for defining the time the alarm should be set for by hour and minute.

Parameters
hourInt defining the hour the alarm should go off 1 - 12
minuteInt defining the minutes the alarm should trigger 0 - 59

Constructor & Destructor Documentation

◆ AlarmTime()

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

Member Data Documentation

◆ hour

int AlarmData::AlarmTime::hour

◆ minute

int AlarmData::AlarmTime::minute

The documentation for this struct was generated from the following file: