EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 * SPDX-License-Identifier: EPICS
7 * EPICS BASE is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
20 #ifndef INC_alarmString_H
21 #define INC_alarmString_H
22 
23 #include "alarm.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
32 #define alarmSeverityString epicsAlarmSeverityStrings
33 
36 #define alarmStatusString epicsAlarmConditionStrings
37 
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif
Alarm severity and status/condition values.