Files
pcas/src/libCom/misc/alarmString.h
T
Andrew Johnson f146f9ea6e Move the string array declarations into alarm.h
This also removes all internal use of alarmString.h which
is now deprecated again (see 3.14.5, Jan 2004).
2013-11-12 16:18:17 -06:00

37 lines
952 B
C

/*************************************************************************\
* Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/*
* This file is deprecated, use alarm.h instead.
*
* Old string names for alarm status and severity values
*/
#ifndef INC_alarmString_H
#define INC_alarmString_H
#include "alarm.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Old versions of alarmString.h defined these names: */
#define alarmSeverityString epicsAlarmSeverityStrings
#define alarmStatusString epicsAlarmConditionStrings
#ifdef __cplusplus
}
#endif
#endif