software:firmware
MakAir Firmware
alarm.h File Reference

Describe an alarm and handle its dynamic state. More...

#include <stdint.h>

Go to the source code of this file.

Classes

class  Alarm
 Describe an alarm and handle its dynamic state. More...
 

Enumerations

enum  AlarmPriority { ALARM_NONE , ALARM_LOW , ALARM_MEDIUM , ALARM_HIGH }
 Priority levels of an alarm. More...
 

Detailed Description

Describe an alarm and handle its dynamic state.

Author
Makers For Life

Definition in file alarm.h.

Enumeration Type Documentation

◆ AlarmPriority

Priority levels of an alarm.

Enumerator
ALARM_NONE 
ALARM_LOW 
ALARM_MEDIUM 
ALARM_HIGH 

Definition at line 18 of file alarm.h.

@ ALARM_NONE
Definition: alarm.h:18
@ ALARM_HIGH
Definition: alarm.h:18
@ ALARM_LOW
Definition: alarm.h:18
@ ALARM_MEDIUM
Definition: alarm.h:18