|
EPICS Base
7.0.5.1
|
Declarations for the stringout record type. More...
#include "epicsTypes.h"#include "link.h"#include "epicsMutex.h"#include "ellLib.h"#include "devSup.h"#include "epicsTime.h"#include "callback.h"
Go to the source code of this file.
Classes | |
| struct | stringoutdset |
| struct | stringoutRecord |
| Declaration of stringout record type. More... | |
Macros | |
| #define | HAS_stringoutdset |
| #define | stringoutPOST_NUM_CHOICES 2 |
| Number of states defined for menu stringoutPOST. | |
Enumerations | |
| enum | stringoutPOST { stringoutPOST_OnChange, stringoutPOST_Always } |
| Enumerated type from menu stringoutPOST. More... | |
| enum | stringoutFieldIndex { stringoutRecordNAME = 0, stringoutRecordDESC = 1, stringoutRecordASG = 2, stringoutRecordSCAN = 3, stringoutRecordPINI = 4, stringoutRecordPHAS = 5, stringoutRecordEVNT = 6, stringoutRecordTSE = 7, stringoutRecordTSEL = 8, stringoutRecordDTYP = 9, stringoutRecordDISV = 10, stringoutRecordDISA = 11, stringoutRecordSDIS = 12, stringoutRecordMLOK = 13, stringoutRecordMLIS = 14, stringoutRecordBKLNK = 15, stringoutRecordDISP = 16, stringoutRecordPROC = 17, stringoutRecordSTAT = 18, stringoutRecordSEVR = 19, stringoutRecordNSTA = 20, stringoutRecordNSEV = 21, stringoutRecordACKS = 22, stringoutRecordACKT = 23, stringoutRecordDISS = 24, stringoutRecordLCNT = 25, stringoutRecordPACT = 26, stringoutRecordPUTF = 27, stringoutRecordRPRO = 28, stringoutRecordASP = 29, stringoutRecordPPN = 30, stringoutRecordPPNR = 31, stringoutRecordSPVT = 32, stringoutRecordRSET = 33, stringoutRecordDSET = 34, stringoutRecordDPVT = 35, stringoutRecordRDES = 36, stringoutRecordLSET = 37, stringoutRecordPRIO = 38, stringoutRecordTPRO = 39, stringoutRecordBKPT = 40, stringoutRecordUDF = 41, stringoutRecordUDFS = 42, stringoutRecordTIME = 43, stringoutRecordFLNK = 44, stringoutRecordVAL = 45, stringoutRecordOVAL = 46, stringoutRecordDOL = 47, stringoutRecordOMSL = 48, stringoutRecordOUT = 49, stringoutRecordMPST = 50, stringoutRecordAPST = 51, stringoutRecordSIOL = 52, stringoutRecordSIML = 53, stringoutRecordSIMM = 54, stringoutRecordSIMS = 55, stringoutRecordOLDSIMM = 56, stringoutRecordSSCN = 57, stringoutRecordSDLY = 58, stringoutRecordSIMPVT = 59, stringoutRecordIVOA = 60, stringoutRecordIVOV = 61 } |
This header was generated from stringoutRecord.dbd
Definition in file stringoutRecord.h.
| enum stringoutPOST |
| Enumerator | |
|---|---|
| stringoutPOST_OnChange | State string "On Change". |
| stringoutPOST_Always | State string "Always". |
Definition at line 29 of file stringoutRecord.h.
1.8.13