EPICS Base  7.0.5.1
Classes | Macros | Enumerations
selRecord.h File Reference

Declarations for the sel record type. More...

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

Go to the source code of this file.

Classes

struct  selRecord
 Declaration of sel record type. More...
 

Macros

#define selSELM_NUM_CHOICES   4
 Number of states defined for menu selSELM.
 

Enumerations

enum  selSELM { selSELM_Specified, selSELM_High_Signal, selSELM_Low_Signal, selSELM_Median_Signal }
 Enumerated type from menu selSELM. More...
 
enum  selFieldIndex {
  selRecordNAME = 0, selRecordDESC = 1, selRecordASG = 2, selRecordSCAN = 3,
  selRecordPINI = 4, selRecordPHAS = 5, selRecordEVNT = 6, selRecordTSE = 7,
  selRecordTSEL = 8, selRecordDTYP = 9, selRecordDISV = 10, selRecordDISA = 11,
  selRecordSDIS = 12, selRecordMLOK = 13, selRecordMLIS = 14, selRecordBKLNK = 15,
  selRecordDISP = 16, selRecordPROC = 17, selRecordSTAT = 18, selRecordSEVR = 19,
  selRecordNSTA = 20, selRecordNSEV = 21, selRecordACKS = 22, selRecordACKT = 23,
  selRecordDISS = 24, selRecordLCNT = 25, selRecordPACT = 26, selRecordPUTF = 27,
  selRecordRPRO = 28, selRecordASP = 29, selRecordPPN = 30, selRecordPPNR = 31,
  selRecordSPVT = 32, selRecordRSET = 33, selRecordDSET = 34, selRecordDPVT = 35,
  selRecordRDES = 36, selRecordLSET = 37, selRecordPRIO = 38, selRecordTPRO = 39,
  selRecordBKPT = 40, selRecordUDF = 41, selRecordUDFS = 42, selRecordTIME = 43,
  selRecordFLNK = 44, selRecordVAL = 45, selRecordSELM = 46, selRecordSELN = 47,
  selRecordPREC = 48, selRecordNVL = 49, selRecordINPA = 50, selRecordINPB = 51,
  selRecordINPC = 52, selRecordINPD = 53, selRecordINPE = 54, selRecordINPF = 55,
  selRecordINPG = 56, selRecordINPH = 57, selRecordINPI = 58, selRecordINPJ = 59,
  selRecordINPK = 60, selRecordINPL = 61, selRecordEGU = 62, selRecordHOPR = 63,
  selRecordLOPR = 64, selRecordHIHI = 65, selRecordLOLO = 66, selRecordHIGH = 67,
  selRecordLOW = 68, selRecordHHSV = 69, selRecordLLSV = 70, selRecordHSV = 71,
  selRecordLSV = 72, selRecordHYST = 73, selRecordADEL = 74, selRecordMDEL = 75,
  selRecordA = 76, selRecordB = 77, selRecordC = 78, selRecordD = 79,
  selRecordE = 80, selRecordF = 81, selRecordG = 82, selRecordH = 83,
  selRecordI = 84, selRecordJ = 85, selRecordK = 86, selRecordL = 87,
  selRecordLA = 88, selRecordLB = 89, selRecordLC = 90, selRecordLD = 91,
  selRecordLE = 92, selRecordLF = 93, selRecordLG = 94, selRecordLH = 95,
  selRecordLI = 96, selRecordLJ = 97, selRecordLK = 98, selRecordLL = 99,
  selRecordLALM = 100, selRecordALST = 101, selRecordMLST = 102, selRecordNLST = 103
}
 

Detailed Description

This header was generated from selRecord.dbd

Definition in file selRecord.h.

Enumeration Type Documentation

◆ selSELM

enum selSELM
Enumerator
selSELM_Specified 

State string "Specified".

selSELM_High_Signal 

State string "High Signal".

selSELM_Low_Signal 

State string "Low Signal".

selSELM_Median_Signal 

State string "Median Signal".

Definition at line 19 of file selRecord.h.