EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
longinRecord.h
Go to the documentation of this file.
1 
7 #ifndef INC_longinRecord_H
8 #define INC_longinRecord_H
9 
10 #include "epicsTypes.h"
11 #include "link.h"
12 #include "epicsMutex.h"
13 #include "ellLib.h"
14 #include "devSup.h"
15 #include "epicsTime.h"
16 
17 /* Declare Device Support Entry Table */
18 struct longinRecord;
19 typedef struct longindset {
20  dset common; /*init_record returns: (-1,0)=>(failure,success)*/
21  long (*read_longin)(struct longinRecord *prec); /*returns: (-1,0)=>(failure,success)*/
22 } longindset;
23 #define HAS_longindset
24 
25 #include "callback.h"
26 
28 typedef struct longinRecord {
29  char name[61];
30  char desc[41];
31  char asg[29];
32  epicsEnum16 scan;
33  epicsEnum16 pini;
34  epicsInt16 phas;
35  char evnt[40];
36  epicsInt16 tse;
37  DBLINK tsel;
38  epicsEnum16 dtyp;
39  epicsInt16 disv;
40  epicsInt16 disa;
41  DBLINK sdis;
45  epicsUInt8 disp;
46  epicsUInt8 proc;
47  epicsEnum16 stat;
48  epicsEnum16 sevr;
49  char amsg[40];
50  epicsEnum16 nsta;
51  epicsEnum16 nsev;
52  char namsg[40];
53  epicsEnum16 acks;
54  epicsEnum16 ackt;
55  epicsEnum16 diss;
56  epicsUInt8 lcnt;
57  epicsUInt8 pact;
58  epicsUInt8 putf;
59  epicsUInt8 rpro;
60  struct asgMember *asp;
61  struct processNotify *ppn;
62  struct processNotifyRecord *ppnr;
63  struct scan_element *spvt;
64  struct typed_rset *rset;
66  void *dpvt;
67  struct dbRecordType *rdes;
68  struct lockRecord *lset;
69  epicsEnum16 prio;
70  epicsUInt8 tpro;
71  epicsUInt8 bkpt;
72  epicsUInt8 udf;
73  epicsEnum16 udfs;
75  epicsUInt64 utag;
76  DBLINK flnk;
77  epicsInt32 val;
78  DBLINK inp;
79  char egu[16];
80  epicsInt32 hopr;
81  epicsInt32 lopr;
82  epicsInt32 hihi;
83  epicsInt32 lolo;
84  epicsInt32 high;
85  epicsInt32 low;
86  epicsEnum16 hhsv;
87  epicsEnum16 llsv;
88  epicsEnum16 hsv;
89  epicsEnum16 lsv;
90  epicsInt32 hyst;
91  epicsFloat64 aftc;
92  epicsFloat64 afvl;
93  epicsInt32 adel;
94  epicsInt32 mdel;
95  epicsInt32 lalm;
96  epicsInt32 alst;
97  epicsInt32 mlst;
98  DBLINK siol;
99  epicsInt32 sval;
100  DBLINK siml;
101  epicsEnum16 simm;
102  epicsEnum16 sims;
103  epicsEnum16 oldsimm;
104  epicsEnum16 sscn;
105  epicsFloat64 sdly;
107 } longinRecord;
108 
109 typedef enum {
110  longinRecordNAME = 0,
111  longinRecordDESC = 1,
112  longinRecordASG = 2,
113  longinRecordSCAN = 3,
114  longinRecordPINI = 4,
115  longinRecordPHAS = 5,
116  longinRecordEVNT = 6,
117  longinRecordTSE = 7,
118  longinRecordTSEL = 8,
119  longinRecordDTYP = 9,
120  longinRecordDISV = 10,
121  longinRecordDISA = 11,
122  longinRecordSDIS = 12,
123  longinRecordMLOK = 13,
124  longinRecordMLIS = 14,
125  longinRecordBKLNK = 15,
126  longinRecordDISP = 16,
127  longinRecordPROC = 17,
128  longinRecordSTAT = 18,
129  longinRecordSEVR = 19,
130  longinRecordAMSG = 20,
131  longinRecordNSTA = 21,
132  longinRecordNSEV = 22,
133  longinRecordNAMSG = 23,
134  longinRecordACKS = 24,
135  longinRecordACKT = 25,
136  longinRecordDISS = 26,
137  longinRecordLCNT = 27,
138  longinRecordPACT = 28,
139  longinRecordPUTF = 29,
140  longinRecordRPRO = 30,
141  longinRecordASP = 31,
142  longinRecordPPN = 32,
143  longinRecordPPNR = 33,
144  longinRecordSPVT = 34,
145  longinRecordRSET = 35,
146  longinRecordDSET = 36,
147  longinRecordDPVT = 37,
148  longinRecordRDES = 38,
149  longinRecordLSET = 39,
150  longinRecordPRIO = 40,
151  longinRecordTPRO = 41,
152  longinRecordBKPT = 42,
153  longinRecordUDF = 43,
154  longinRecordUDFS = 44,
155  longinRecordTIME = 45,
156  longinRecordUTAG = 46,
157  longinRecordFLNK = 47,
158  longinRecordVAL = 48,
159  longinRecordINP = 49,
160  longinRecordEGU = 50,
161  longinRecordHOPR = 51,
162  longinRecordLOPR = 52,
163  longinRecordHIHI = 53,
164  longinRecordLOLO = 54,
165  longinRecordHIGH = 55,
166  longinRecordLOW = 56,
167  longinRecordHHSV = 57,
168  longinRecordLLSV = 58,
169  longinRecordHSV = 59,
170  longinRecordLSV = 60,
171  longinRecordHYST = 61,
172  longinRecordAFTC = 62,
173  longinRecordAFVL = 63,
174  longinRecordADEL = 64,
175  longinRecordMDEL = 65,
176  longinRecordLALM = 66,
177  longinRecordALST = 67,
178  longinRecordMLST = 68,
179  longinRecordSIOL = 69,
180  longinRecordSVAL = 70,
181  longinRecordSIML = 71,
182  longinRecordSIMM = 72,
183  longinRecordSIMS = 73,
184  longinRecordOLDSIMM = 74,
185  longinRecordSSCN = 75,
186  longinRecordSDLY = 76,
187  longinRecordSIMPVT = 77
188 } longinFieldIndex;
189 
190 #ifdef GEN_SIZE_OFFSET
191 
192 #include <epicsExport.h>
193 #include <cantProceed.h>
194 #ifdef __cplusplus
195 extern "C" {
196 #endif
197 static int longinRecordSizeOffset(dbRecordType *prt)
198 {
199  longinRecord *prec = 0;
200 
201  if (prt->no_fields != 78) {
202  cantProceed("IOC build or installation error:\n"
203  " The longinRecord defined in the DBD file has %d fields,\n"
204  " but the record support code was built with 78.\n",
205  prt->no_fields);
206  }
207  prt->papFldDes[longinRecordNAME]->size = sizeof(prec->name);
208  prt->papFldDes[longinRecordNAME]->offset = (unsigned short)offsetof(longinRecord, name);
209  prt->papFldDes[longinRecordDESC]->size = sizeof(prec->desc);
210  prt->papFldDes[longinRecordDESC]->offset = (unsigned short)offsetof(longinRecord, desc);
211  prt->papFldDes[longinRecordASG]->size = sizeof(prec->asg);
212  prt->papFldDes[longinRecordASG]->offset = (unsigned short)offsetof(longinRecord, asg);
213  prt->papFldDes[longinRecordSCAN]->size = sizeof(prec->scan);
214  prt->papFldDes[longinRecordSCAN]->offset = (unsigned short)offsetof(longinRecord, scan);
215  prt->papFldDes[longinRecordPINI]->size = sizeof(prec->pini);
216  prt->papFldDes[longinRecordPINI]->offset = (unsigned short)offsetof(longinRecord, pini);
217  prt->papFldDes[longinRecordPHAS]->size = sizeof(prec->phas);
218  prt->papFldDes[longinRecordPHAS]->offset = (unsigned short)offsetof(longinRecord, phas);
219  prt->papFldDes[longinRecordEVNT]->size = sizeof(prec->evnt);
220  prt->papFldDes[longinRecordEVNT]->offset = (unsigned short)offsetof(longinRecord, evnt);
221  prt->papFldDes[longinRecordTSE]->size = sizeof(prec->tse);
222  prt->papFldDes[longinRecordTSE]->offset = (unsigned short)offsetof(longinRecord, tse);
223  prt->papFldDes[longinRecordTSEL]->size = sizeof(prec->tsel);
224  prt->papFldDes[longinRecordTSEL]->offset = (unsigned short)offsetof(longinRecord, tsel);
225  prt->papFldDes[longinRecordDTYP]->size = sizeof(prec->dtyp);
226  prt->papFldDes[longinRecordDTYP]->offset = (unsigned short)offsetof(longinRecord, dtyp);
227  prt->papFldDes[longinRecordDISV]->size = sizeof(prec->disv);
228  prt->papFldDes[longinRecordDISV]->offset = (unsigned short)offsetof(longinRecord, disv);
229  prt->papFldDes[longinRecordDISA]->size = sizeof(prec->disa);
230  prt->papFldDes[longinRecordDISA]->offset = (unsigned short)offsetof(longinRecord, disa);
231  prt->papFldDes[longinRecordSDIS]->size = sizeof(prec->sdis);
232  prt->papFldDes[longinRecordSDIS]->offset = (unsigned short)offsetof(longinRecord, sdis);
233  prt->papFldDes[longinRecordMLOK]->size = sizeof(prec->mlok);
234  prt->papFldDes[longinRecordMLOK]->offset = (unsigned short)offsetof(longinRecord, mlok);
235  prt->papFldDes[longinRecordMLIS]->size = sizeof(prec->mlis);
236  prt->papFldDes[longinRecordMLIS]->offset = (unsigned short)offsetof(longinRecord, mlis);
237  prt->papFldDes[longinRecordBKLNK]->size = sizeof(prec->bklnk);
238  prt->papFldDes[longinRecordBKLNK]->offset = (unsigned short)offsetof(longinRecord, bklnk);
239  prt->papFldDes[longinRecordDISP]->size = sizeof(prec->disp);
240  prt->papFldDes[longinRecordDISP]->offset = (unsigned short)offsetof(longinRecord, disp);
241  prt->papFldDes[longinRecordPROC]->size = sizeof(prec->proc);
242  prt->papFldDes[longinRecordPROC]->offset = (unsigned short)offsetof(longinRecord, proc);
243  prt->papFldDes[longinRecordSTAT]->size = sizeof(prec->stat);
244  prt->papFldDes[longinRecordSTAT]->offset = (unsigned short)offsetof(longinRecord, stat);
245  prt->papFldDes[longinRecordSEVR]->size = sizeof(prec->sevr);
246  prt->papFldDes[longinRecordSEVR]->offset = (unsigned short)offsetof(longinRecord, sevr);
247  prt->papFldDes[longinRecordAMSG]->size = sizeof(prec->amsg);
248  prt->papFldDes[longinRecordAMSG]->offset = (unsigned short)offsetof(longinRecord, amsg);
249  prt->papFldDes[longinRecordNSTA]->size = sizeof(prec->nsta);
250  prt->papFldDes[longinRecordNSTA]->offset = (unsigned short)offsetof(longinRecord, nsta);
251  prt->papFldDes[longinRecordNSEV]->size = sizeof(prec->nsev);
252  prt->papFldDes[longinRecordNSEV]->offset = (unsigned short)offsetof(longinRecord, nsev);
253  prt->papFldDes[longinRecordNAMSG]->size = sizeof(prec->namsg);
254  prt->papFldDes[longinRecordNAMSG]->offset = (unsigned short)offsetof(longinRecord, namsg);
255  prt->papFldDes[longinRecordACKS]->size = sizeof(prec->acks);
256  prt->papFldDes[longinRecordACKS]->offset = (unsigned short)offsetof(longinRecord, acks);
257  prt->papFldDes[longinRecordACKT]->size = sizeof(prec->ackt);
258  prt->papFldDes[longinRecordACKT]->offset = (unsigned short)offsetof(longinRecord, ackt);
259  prt->papFldDes[longinRecordDISS]->size = sizeof(prec->diss);
260  prt->papFldDes[longinRecordDISS]->offset = (unsigned short)offsetof(longinRecord, diss);
261  prt->papFldDes[longinRecordLCNT]->size = sizeof(prec->lcnt);
262  prt->papFldDes[longinRecordLCNT]->offset = (unsigned short)offsetof(longinRecord, lcnt);
263  prt->papFldDes[longinRecordPACT]->size = sizeof(prec->pact);
264  prt->papFldDes[longinRecordPACT]->offset = (unsigned short)offsetof(longinRecord, pact);
265  prt->papFldDes[longinRecordPUTF]->size = sizeof(prec->putf);
266  prt->papFldDes[longinRecordPUTF]->offset = (unsigned short)offsetof(longinRecord, putf);
267  prt->papFldDes[longinRecordRPRO]->size = sizeof(prec->rpro);
268  prt->papFldDes[longinRecordRPRO]->offset = (unsigned short)offsetof(longinRecord, rpro);
269  prt->papFldDes[longinRecordASP]->size = sizeof(prec->asp);
270  prt->papFldDes[longinRecordASP]->offset = (unsigned short)offsetof(longinRecord, asp);
271  prt->papFldDes[longinRecordPPN]->size = sizeof(prec->ppn);
272  prt->papFldDes[longinRecordPPN]->offset = (unsigned short)offsetof(longinRecord, ppn);
273  prt->papFldDes[longinRecordPPNR]->size = sizeof(prec->ppnr);
274  prt->papFldDes[longinRecordPPNR]->offset = (unsigned short)offsetof(longinRecord, ppnr);
275  prt->papFldDes[longinRecordSPVT]->size = sizeof(prec->spvt);
276  prt->papFldDes[longinRecordSPVT]->offset = (unsigned short)offsetof(longinRecord, spvt);
277  prt->papFldDes[longinRecordRSET]->size = sizeof(prec->rset);
278  prt->papFldDes[longinRecordRSET]->offset = (unsigned short)offsetof(longinRecord, rset);
279  prt->papFldDes[longinRecordDSET]->size = sizeof(prec->dset);
280  prt->papFldDes[longinRecordDSET]->offset = (unsigned short)offsetof(longinRecord, dset);
281  prt->papFldDes[longinRecordDPVT]->size = sizeof(prec->dpvt);
282  prt->papFldDes[longinRecordDPVT]->offset = (unsigned short)offsetof(longinRecord, dpvt);
283  prt->papFldDes[longinRecordRDES]->size = sizeof(prec->rdes);
284  prt->papFldDes[longinRecordRDES]->offset = (unsigned short)offsetof(longinRecord, rdes);
285  prt->papFldDes[longinRecordLSET]->size = sizeof(prec->lset);
286  prt->papFldDes[longinRecordLSET]->offset = (unsigned short)offsetof(longinRecord, lset);
287  prt->papFldDes[longinRecordPRIO]->size = sizeof(prec->prio);
288  prt->papFldDes[longinRecordPRIO]->offset = (unsigned short)offsetof(longinRecord, prio);
289  prt->papFldDes[longinRecordTPRO]->size = sizeof(prec->tpro);
290  prt->papFldDes[longinRecordTPRO]->offset = (unsigned short)offsetof(longinRecord, tpro);
291  prt->papFldDes[longinRecordBKPT]->size = sizeof(prec->bkpt);
292  prt->papFldDes[longinRecordBKPT]->offset = (unsigned short)offsetof(longinRecord, bkpt);
293  prt->papFldDes[longinRecordUDF]->size = sizeof(prec->udf);
294  prt->papFldDes[longinRecordUDF]->offset = (unsigned short)offsetof(longinRecord, udf);
295  prt->papFldDes[longinRecordUDFS]->size = sizeof(prec->udfs);
296  prt->papFldDes[longinRecordUDFS]->offset = (unsigned short)offsetof(longinRecord, udfs);
297  prt->papFldDes[longinRecordTIME]->size = sizeof(prec->time);
298  prt->papFldDes[longinRecordTIME]->offset = (unsigned short)offsetof(longinRecord, time);
299  prt->papFldDes[longinRecordUTAG]->size = sizeof(prec->utag);
300  prt->papFldDes[longinRecordUTAG]->offset = (unsigned short)offsetof(longinRecord, utag);
301  prt->papFldDes[longinRecordFLNK]->size = sizeof(prec->flnk);
302  prt->papFldDes[longinRecordFLNK]->offset = (unsigned short)offsetof(longinRecord, flnk);
303  prt->papFldDes[longinRecordVAL]->size = sizeof(prec->val);
304  prt->papFldDes[longinRecordVAL]->offset = (unsigned short)offsetof(longinRecord, val);
305  prt->papFldDes[longinRecordINP]->size = sizeof(prec->inp);
306  prt->papFldDes[longinRecordINP]->offset = (unsigned short)offsetof(longinRecord, inp);
307  prt->papFldDes[longinRecordEGU]->size = sizeof(prec->egu);
308  prt->papFldDes[longinRecordEGU]->offset = (unsigned short)offsetof(longinRecord, egu);
309  prt->papFldDes[longinRecordHOPR]->size = sizeof(prec->hopr);
310  prt->papFldDes[longinRecordHOPR]->offset = (unsigned short)offsetof(longinRecord, hopr);
311  prt->papFldDes[longinRecordLOPR]->size = sizeof(prec->lopr);
312  prt->papFldDes[longinRecordLOPR]->offset = (unsigned short)offsetof(longinRecord, lopr);
313  prt->papFldDes[longinRecordHIHI]->size = sizeof(prec->hihi);
314  prt->papFldDes[longinRecordHIHI]->offset = (unsigned short)offsetof(longinRecord, hihi);
315  prt->papFldDes[longinRecordLOLO]->size = sizeof(prec->lolo);
316  prt->papFldDes[longinRecordLOLO]->offset = (unsigned short)offsetof(longinRecord, lolo);
317  prt->papFldDes[longinRecordHIGH]->size = sizeof(prec->high);
318  prt->papFldDes[longinRecordHIGH]->offset = (unsigned short)offsetof(longinRecord, high);
319  prt->papFldDes[longinRecordLOW]->size = sizeof(prec->low);
320  prt->papFldDes[longinRecordLOW]->offset = (unsigned short)offsetof(longinRecord, low);
321  prt->papFldDes[longinRecordHHSV]->size = sizeof(prec->hhsv);
322  prt->papFldDes[longinRecordHHSV]->offset = (unsigned short)offsetof(longinRecord, hhsv);
323  prt->papFldDes[longinRecordLLSV]->size = sizeof(prec->llsv);
324  prt->papFldDes[longinRecordLLSV]->offset = (unsigned short)offsetof(longinRecord, llsv);
325  prt->papFldDes[longinRecordHSV]->size = sizeof(prec->hsv);
326  prt->papFldDes[longinRecordHSV]->offset = (unsigned short)offsetof(longinRecord, hsv);
327  prt->papFldDes[longinRecordLSV]->size = sizeof(prec->lsv);
328  prt->papFldDes[longinRecordLSV]->offset = (unsigned short)offsetof(longinRecord, lsv);
329  prt->papFldDes[longinRecordHYST]->size = sizeof(prec->hyst);
330  prt->papFldDes[longinRecordHYST]->offset = (unsigned short)offsetof(longinRecord, hyst);
331  prt->papFldDes[longinRecordAFTC]->size = sizeof(prec->aftc);
332  prt->papFldDes[longinRecordAFTC]->offset = (unsigned short)offsetof(longinRecord, aftc);
333  prt->papFldDes[longinRecordAFVL]->size = sizeof(prec->afvl);
334  prt->papFldDes[longinRecordAFVL]->offset = (unsigned short)offsetof(longinRecord, afvl);
335  prt->papFldDes[longinRecordADEL]->size = sizeof(prec->adel);
336  prt->papFldDes[longinRecordADEL]->offset = (unsigned short)offsetof(longinRecord, adel);
337  prt->papFldDes[longinRecordMDEL]->size = sizeof(prec->mdel);
338  prt->papFldDes[longinRecordMDEL]->offset = (unsigned short)offsetof(longinRecord, mdel);
339  prt->papFldDes[longinRecordLALM]->size = sizeof(prec->lalm);
340  prt->papFldDes[longinRecordLALM]->offset = (unsigned short)offsetof(longinRecord, lalm);
341  prt->papFldDes[longinRecordALST]->size = sizeof(prec->alst);
342  prt->papFldDes[longinRecordALST]->offset = (unsigned short)offsetof(longinRecord, alst);
343  prt->papFldDes[longinRecordMLST]->size = sizeof(prec->mlst);
344  prt->papFldDes[longinRecordMLST]->offset = (unsigned short)offsetof(longinRecord, mlst);
345  prt->papFldDes[longinRecordSIOL]->size = sizeof(prec->siol);
346  prt->papFldDes[longinRecordSIOL]->offset = (unsigned short)offsetof(longinRecord, siol);
347  prt->papFldDes[longinRecordSVAL]->size = sizeof(prec->sval);
348  prt->papFldDes[longinRecordSVAL]->offset = (unsigned short)offsetof(longinRecord, sval);
349  prt->papFldDes[longinRecordSIML]->size = sizeof(prec->siml);
350  prt->papFldDes[longinRecordSIML]->offset = (unsigned short)offsetof(longinRecord, siml);
351  prt->papFldDes[longinRecordSIMM]->size = sizeof(prec->simm);
352  prt->papFldDes[longinRecordSIMM]->offset = (unsigned short)offsetof(longinRecord, simm);
353  prt->papFldDes[longinRecordSIMS]->size = sizeof(prec->sims);
354  prt->papFldDes[longinRecordSIMS]->offset = (unsigned short)offsetof(longinRecord, sims);
355  prt->papFldDes[longinRecordOLDSIMM]->size = sizeof(prec->oldsimm);
356  prt->papFldDes[longinRecordOLDSIMM]->offset = (unsigned short)offsetof(longinRecord, oldsimm);
357  prt->papFldDes[longinRecordSSCN]->size = sizeof(prec->sscn);
358  prt->papFldDes[longinRecordSSCN]->offset = (unsigned short)offsetof(longinRecord, sscn);
359  prt->papFldDes[longinRecordSDLY]->size = sizeof(prec->sdly);
360  prt->papFldDes[longinRecordSDLY]->offset = (unsigned short)offsetof(longinRecord, sdly);
361  prt->papFldDes[longinRecordSIMPVT]->size = sizeof(prec->simpvt);
362  prt->papFldDes[longinRecordSIMPVT]->offset = (unsigned short)offsetof(longinRecord, simpvt);
363  prt->rec_size = sizeof(*prec);
364  return 0;
365 }
366 epicsExportRegistrar(longinRecordSizeOffset);
367 
368 #ifdef __cplusplus
369 }
370 #endif
371 #endif /* GEN_SIZE_OFFSET */
372 
373 #endif /* INC_longinRecord_H */
epicsInt32 val
Current value.
Definition: longinRecord.h:77
struct lockRecord * lset
Lock Set.
Definition: longinRecord.h:68
ELLLIST bklnk
Backwards link tracking.
Definition: longinRecord.h:44
epicsTimeStamp time
Time.
Definition: longinRecord.h:74
epicsEnum16 lsv
Low Severity.
Definition: longinRecord.h:89
struct processNotifyRecord * ppnr
pprocessNotifyRecord
Definition: longinRecord.h:62
epicsInt32 adel
Archive Deadband.
Definition: longinRecord.h:93
epicsInt32 mdel
Monitor Deadband.
Definition: longinRecord.h:94
epicsInt32 mlst
Last Val Monitored.
Definition: longinRecord.h:97
char evnt[40]
Event Name.
Definition: longinRecord.h:35
epicsEnum16 acks
Alarm Ack Severity.
Definition: longinRecord.h:53
epicsEnum16 sscn
Sim. Mode Scan.
Definition: longinRecord.h:104
struct scan_element * spvt
Scan Private.
Definition: longinRecord.h:63
epicsInt32 low
Low Alarm Limit.
Definition: longinRecord.h:85
The core data types used by epics.
unambiguous_dset * dset
DSET address.
Definition: longinRecord.h:65
epicsInt32 lopr
Low Operating Range.
Definition: longinRecord.h:81
epicsInt16 disa
Disable.
Definition: longinRecord.h:40
epicsMutexId mlok
Monitor lock.
Definition: longinRecord.h:42
Exporting IOC objects.
DBLINK tsel
Time Stamp Link.
Definition: longinRecord.h:37
char amsg[40]
Alarm Message.
Definition: longinRecord.h:49
epicsUInt8 lcnt
Lock Count.
Definition: longinRecord.h:56
epicsInt32 hopr
High Operating Range.
Definition: longinRecord.h:80
epicsUInt8 udf
Undefined.
Definition: longinRecord.h:72
epicsEnum16 udfs
Undefined Alarm Sevrty.
Definition: longinRecord.h:73
Routines for code that can&#39;t continue or return after an error.
char name[61]
Record Name.
Definition: longinRecord.h:29
epicsEnum16 sevr
Alarm Severity.
Definition: longinRecord.h:48
epicsEnum16 dtyp
Device Type.
Definition: longinRecord.h:38
DBLINK inp
Input Specification.
Definition: longinRecord.h:78
epicsEnum16 nsta
New Alarm Status.
Definition: longinRecord.h:50
DBLINK siml
Sim Mode Location.
Definition: longinRecord.h:100
epicsUInt64 utag
Time Tag.
Definition: longinRecord.h:75
epicsInt16 disv
Disable Value.
Definition: longinRecord.h:39
Declaration of longin record type.
Definition: longinRecord.h:28
epicsInt32 hyst
Alarm Deadband.
Definition: longinRecord.h:90
epicsEnum16 hsv
High Severity.
Definition: longinRecord.h:88
Definition: devSup.h:141
EPICS time stamp, for use from C code.
Definition: epicsTime.h:42
A doubly-linked list library.
epicsEnum16 ackt
Alarm Ack Transient.
Definition: longinRecord.h:54
epicsEnum16 simm
Simulation Mode.
Definition: longinRecord.h:101
epicsUInt8 pact
Record active.
Definition: longinRecord.h:57
epicsUInt8 tpro
Trace Processing.
Definition: longinRecord.h:70
epicsUInt8 proc
Force Processing.
Definition: longinRecord.h:46
struct typed_rset * rset
Address of RSET.
Definition: longinRecord.h:64
List header type.
Definition: ellLib.h:57
DBLINK sdis
Scanning Disable.
Definition: longinRecord.h:41
epicsFloat64 afvl
Alarm Filter Value.
Definition: longinRecord.h:92
char namsg[40]
New Alarm Message.
Definition: longinRecord.h:52
struct dbRecordType * rdes
Address of dbRecordType.
Definition: longinRecord.h:67
epicsFloat64 sdly
Sim. Mode Async Delay.
Definition: longinRecord.h:105
epicsEnum16 diss
Disable Alarm Sevrty.
Definition: longinRecord.h:55
void * dpvt
Device Private.
Definition: longinRecord.h:66
epicsCallback * simpvt
Sim. Mode Private.
Definition: longinRecord.h:106
APIs for the epicsMutex mutual exclusion semaphore.
epicsEnum16 sims
Sim mode Alarm Svrty.
Definition: longinRecord.h:102
char egu[16]
Engineering Units.
Definition: longinRecord.h:79
epicsUInt8 bkpt
Break Point.
Definition: longinRecord.h:71
Device support routines.
epicsEnum16 stat
Alarm Status.
Definition: longinRecord.h:47
epicsInt32 alst
Last Value Archived.
Definition: longinRecord.h:96
epicsUInt8 rpro
Reprocess.
Definition: longinRecord.h:59
epicsEnum16 oldsimm
Prev. Simulation Mode.
Definition: longinRecord.h:103
char asg[29]
Access Security Group.
Definition: longinRecord.h:31
epicsInt32 lalm
Last Value Alarmed.
Definition: longinRecord.h:95
struct asgMember * asp
Access Security Pvt.
Definition: longinRecord.h:60
epicsUInt8 putf
dbPutField process
Definition: longinRecord.h:58
ELLLIST mlis
Monitor List.
Definition: longinRecord.h:43
char desc[41]
Descriptor.
Definition: longinRecord.h:30
DBLINK flnk
Forward Process Link.
Definition: longinRecord.h:76
epicsUInt8 disp
Disable putField.
Definition: longinRecord.h:45
#define epicsExportRegistrar(fun)
Declare a registrar function for exporting.
Definition: epicsExport.h:100
epicsEnum16 hhsv
Hihi Severity.
Definition: longinRecord.h:86
DBLINK siol
Sim Input Specifctn.
Definition: longinRecord.h:98
Definition: recSup.h:68
epicsInt32 sval
Simulation Value.
Definition: longinRecord.h:99
Link Support Entry Table.
Definition: dbLink.h:59
epicsFloat64 aftc
Alarm Filter Time Constant.
Definition: longinRecord.h:91
LIBCOM_API void cantProceed(EPICS_PRINTF_FMT(const char *errorMessage),...) EPICS_PRINTF_STYLE(1
Suspend this thread, the caller cannot continue or return.
epicsEnum16 prio
Scheduling Priority.
Definition: longinRecord.h:69
epicsInt16 tse
Time Stamp Event.
Definition: longinRecord.h:36
EPICS time-stamps (epicsTimeStamp), epicsTime C++ class and C functions for handling wall-clock times...
epicsEnum16 llsv
Lolo Severity.
Definition: longinRecord.h:87
epicsEnum16 pini
Process at iocInit.
Definition: longinRecord.h:33
struct processNotify * ppn
pprocessNotify
Definition: longinRecord.h:61
epicsInt32 high
High Alarm Limit.
Definition: longinRecord.h:84
epicsInt16 phas
Scan Phase.
Definition: longinRecord.h:34
epicsInt32 lolo
Lolo Alarm Limit.
Definition: longinRecord.h:83
epicsInt32 hihi
Hihi Alarm Limit.
Definition: longinRecord.h:82
struct epicsMutexParm * epicsMutexId
An identifier for an epicsMutex for use with the C API.
Definition: epicsMutex.h:49
epicsEnum16 nsev
New Alarm Severity.
Definition: longinRecord.h:51
epicsEnum16 scan
Scan Mechanism.
Definition: longinRecord.h:32