EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Macros | Enumerations
aaiRecord.h File Reference

Declarations for the aai record type. More...

#include "epicsTypes.h"
#include "link.h"
#include "epicsMutex.h"
#include "ellLib.h"
#include "devSup.h"
#include "epicsTime.h"
#include "callback.h"
Include dependency graph for aaiRecord.h:

Go to the source code of this file.

Classes

struct  aaidset
 
struct  aaiRecord
 Declaration of aai record type. More...
 

Macros

#define HAS_aaidset
 
#define AAI_DEVINIT_PASS1   2
 
#define aaiPOST_NUM_CHOICES   2
 Number of states defined for menu aaiPOST.
 

Enumerations

enum  aaiPOST { aaiPOST_Always, aaiPOST_OnChange }
 Enumerated type from menu aaiPOST. More...
 
enum  aaiFieldIndex {
  aaiRecordNAME = 0, aaiRecordDESC = 1, aaiRecordASG = 2, aaiRecordSCAN = 3,
  aaiRecordPINI = 4, aaiRecordPHAS = 5, aaiRecordEVNT = 6, aaiRecordTSE = 7,
  aaiRecordTSEL = 8, aaiRecordDTYP = 9, aaiRecordDISV = 10, aaiRecordDISA = 11,
  aaiRecordSDIS = 12, aaiRecordMLOK = 13, aaiRecordMLIS = 14, aaiRecordBKLNK = 15,
  aaiRecordDISP = 16, aaiRecordPROC = 17, aaiRecordSTAT = 18, aaiRecordSEVR = 19,
  aaiRecordAMSG = 20, aaiRecordNSTA = 21, aaiRecordNSEV = 22, aaiRecordNAMSG = 23,
  aaiRecordACKS = 24, aaiRecordACKT = 25, aaiRecordDISS = 26, aaiRecordLCNT = 27,
  aaiRecordPACT = 28, aaiRecordPUTF = 29, aaiRecordRPRO = 30, aaiRecordASP = 31,
  aaiRecordPPN = 32, aaiRecordPPNR = 33, aaiRecordSPVT = 34, aaiRecordRSET = 35,
  aaiRecordDSET = 36, aaiRecordDPVT = 37, aaiRecordRDES = 38, aaiRecordLSET = 39,
  aaiRecordPRIO = 40, aaiRecordTPRO = 41, aaiRecordBKPT = 42, aaiRecordUDF = 43,
  aaiRecordUDFS = 44, aaiRecordTIME = 45, aaiRecordUTAG = 46, aaiRecordFLNK = 47,
  aaiRecordVAL = 48, aaiRecordPREC = 49, aaiRecordINP = 50, aaiRecordEGU = 51,
  aaiRecordHOPR = 52, aaiRecordLOPR = 53, aaiRecordNELM = 54, aaiRecordFTVL = 55,
  aaiRecordNORD = 56, aaiRecordBPTR = 57, aaiRecordSIML = 58, aaiRecordSIMM = 59,
  aaiRecordSIMS = 60, aaiRecordSIOL = 61, aaiRecordOLDSIMM = 62, aaiRecordSSCN = 63,
  aaiRecordSDLY = 64, aaiRecordSIMPVT = 65, aaiRecordMPST = 66, aaiRecordAPST = 67,
  aaiRecordHASH = 68
}
 

Detailed Description

This header was generated from aaiRecord.dbd

Definition in file aaiRecord.h.

Enumeration Type Documentation

enum aaiPOST
Enumerator
aaiPOST_Always 

State string "Always".

aaiPOST_OnChange 

State string "On Change".

Definition at line 30 of file aaiRecord.h.