This is Unofficial EPICS BASE Doxygen Site
special.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mapspcType
 

Macros

#define SPC_NOMOD   1 /*Field must not be modified*/
 
#define SPC_DBADDR   2 /*db_name_to_addr must call cvt_dbaddr*/
 
#define SPC_SCAN   3 /*A scan related field is being changed*/
 
#define SPC_ALARMACK   5 /*Special Alarm Acknowledgement*/
 
#define SPC_AS   6 /* Access Security*/
 
#define SPC_ATTRIBUTE   7 /* psuedo field, i.e. attribute field*/
 
#define SPC_MOD   100
 
#define SPC_RESET   101 /*The res field is being modified*/
 
#define SPC_LINCONV   102 /*A linear conversion field is being changed*/
 
#define SPC_CALC   103 /*The CALC field is being changed*/
 
#define SPC_NTYPES   9
 

Typedefs

typedef struct mapspcType mapspcType
 

Variables

mapspcType pamapspcType []
 

Macro Definition Documentation

#define SPC_ALARMACK   5 /*Special Alarm Acknowledgement*/

Definition at line 29 of file special.h.

#define SPC_AS   6 /* Access Security*/

Definition at line 30 of file special.h.

#define SPC_ATTRIBUTE   7 /* psuedo field, i.e. attribute field*/

Definition at line 31 of file special.h.

#define SPC_CALC   103 /*The CALC field is being changed*/

Definition at line 39 of file special.h.

#define SPC_DBADDR   2 /*db_name_to_addr must call cvt_dbaddr*/

Definition at line 27 of file special.h.

#define SPC_LINCONV   102 /*A linear conversion field is being changed*/

Definition at line 37 of file special.h.

#define SPC_MOD   100

Definition at line 33 of file special.h.

#define SPC_NOMOD   1 /*Field must not be modified*/

Definition at line 26 of file special.h.

#define SPC_NTYPES   9

Definition at line 42 of file special.h.

#define SPC_RESET   101 /*The res field is being modified*/

Definition at line 35 of file special.h.

#define SPC_SCAN   3 /*A scan related field is being changed*/

Definition at line 28 of file special.h.

Typedef Documentation

typedef struct mapspcType mapspcType

Variable Documentation

mapspcType pamapspcType[]