14 lines
574 B
Plaintext
14 lines
574 B
Plaintext
//A set of defines to be used by the alarm datums
|
|
///Sent by air alarms, indecates something wrong with thier attached atmosphere
|
|
#define ALARM_ATMOS "Atmosphere"
|
|
///Sent by fire alarms when they are toggled
|
|
#define ALARM_FIRE "Fire"
|
|
///Sent by apcs when their power starts to fail
|
|
#define ALARM_POWER "Power"
|
|
///Sent by cameras when they're disabled in some manner
|
|
#define ALARM_CAMERA "Camera"
|
|
///Sent by display cases when they're broken into
|
|
#define ALARM_BURGLAR "Burglar"
|
|
///Sent by motion detecting cameras when they well, detect motion
|
|
#define ALARM_MOTION "Motion"
|