#include <AlarmsMap.h>
Public Member Functions | |
AlarmInfo (const bool isActive) | |
AlarmInfo (const AlarmInfo &ai) | |
Public Attributes | |
time_t | acsTime_m |
bool | active_m |
The information stored in the map for each alarm
acsalarm::AlarmInfo::AlarmInfo | ( | const bool | isActive | ) |
Constructor
isActive | true if the state of the alarm is active |
acsalarm::AlarmInfo::AlarmInfo | ( | const AlarmInfo & | ai | ) |
Copy constructor