#include StatAlarm::StatAlarm() : alarmed(false) {} StatAlarm::~StatAlarm() {} StatAlarm::operator bool() { return this->alarmed; }