change <fields.h> to <alarm.h>

This commit is contained in:
Janet B. Anderson
1991-06-19 08:26:28 +00:00
parent 4c23b5d2ab
commit 0a4791495d
5 changed files with 12 additions and 7 deletions

View File

@@ -27,6 +27,7 @@
* -----------------
* .00 12-04-90 rac initial version
* .01 06-18-91 rac installed in SCCS
* .02 06-19-91 rac replace <fields.h> with <alarm.h>
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -99,7 +100,7 @@
#include <genDefs.h>
#define SYD_PRIVATE
#include <sydDefs.h>
#include <fields.h>
#include <alarm.h>
#ifndef INC_tsDefs_h
# include <tsDefs.h>
#endif
@@ -1343,9 +1344,9 @@ SYD_SPEC *pSspec;
pSChan->pDataCodeR[sub] = 'L';
else if (alStat == LOW_ALARM)
pSChan->pDataCodeR[sub] = 'l';
else if (alSev == MAJOR)
else if (alSev == MAJOR_ALARM)
pSChan->pDataCodeR[sub] = 'M';
else if (alSev == MINOR)
else if (alSev == MINOR_ALARM)
pSChan->pDataCodeR[sub] = 'm';
/*-----------------------------------------------------------------------------
* now go ahead and store the sample into the set. Also adjust the

View File

@@ -27,6 +27,7 @@
* -----------------
* .00 06-12-91 rac initial version
* .01 06-18-91 rac installed in SCCS
* .02 06-19-91 rac replace <fields.h> with <alarm.h>
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -46,7 +47,7 @@
#include <genDefs.h>
#define SYD_PRIVATE
#include <sydDefs.h>
#include <fields.h>
#include <alarm.h>
#ifndef INCLcadefh
# include <cadef.h>
#endif

View File

@@ -27,6 +27,7 @@
* -----------------
* .00 12-04-90 rac initial version
* .01 06-18-91 rac installed in SCCS
* .02 06-19-91 rac replace <fields.h> with <alarm.h>
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -43,7 +44,7 @@
#include <genDefs.h>
#define SYD_PRIVATE
#include <sydDefs.h>
#include <fields.h>
#include <alarm.h>
#ifndef INC_arAccessLib_h
# include <arAccessLib.h>
#endif

View File

@@ -27,6 +27,7 @@
* -----------------
* .00 12-04-90 rac initial version
* .01 06-18-91 rac installed in SCCS
* .02 06-19-91 rac replace <fields.h> with <alarm.h>
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -43,7 +44,7 @@
#include <genDefs.h>
#define SYD_PRIVATE
#include <sydDefs.h>
#include <fields.h>
#include <alarm.h>
#ifndef INC_tsDefs_h
# include <tsDefs.h>
#endif

View File

@@ -27,6 +27,7 @@
* -----------------
* .00 12-04-90 rac initial version
* .01 06-18-91 rac installed in SCCS
* .02 06-19-91 rac replace <fields.h> with <alarm.h>
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -43,7 +44,7 @@
#include <genDefs.h>
#define SYD_PRIVATE
#include <sydDefs.h>
#include <fields.h>
#include <alarm.h>
#ifndef INC_tsDefs_h
# include <tsDefs.h>
#endif