This is Unofficial EPICS BASE Doxygen Site
alarmString.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
19 #ifndef INC_alarmString_H
20 #define INC_alarmString_H
21 
22 #include "alarm.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
31 #define alarmSeverityString epicsAlarmSeverityStrings
32 
35 #define alarmStatusString epicsAlarmConditionStrings
36 
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif