This is Unofficial EPICS BASE Doxygen Site
alarmString.c File Reference
#include "alarm.h"
+ Include dependency graph for alarmString.c:

Go to the source code of this file.

Variables

const char * epicsAlarmSeverityStrings [ALARM_NSEV]
 How to convert an alarm severity into a string. More...
 
const char * epicsAlarmConditionStrings [ALARM_NSTATUS]
 How to convert an alarm condition/status into a string. More...
 

Variable Documentation

const char* epicsAlarmConditionStrings[ALARM_NSTATUS]
Initial value:
= {
"NO_ALARM",
"READ",
"WRITE",
"HIHI",
"HIGH",
"LOLO",
"LOW",
"STATE",
"COS",
"COMM",
"TIMEOUT",
"HWLIMIT",
"CALC",
"SCAN",
"LINK",
"SOFT",
"BAD_SUB",
"UDF",
"DISABLE",
"SIMM",
"READ_ACCESS",
"WRITE_ACCESS"
}

How to convert an alarm condition/status into a string.

Definition at line 26 of file alarmString.c.

const char* epicsAlarmSeverityStrings[ALARM_NSEV]
Initial value:
= {
"NO_ALARM",
"MINOR",
"MAJOR",
"INVALID"
}

How to convert an alarm severity into a string.

Definition at line 16 of file alarmString.c.