EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fanoutRecord.h
Go to the documentation of this file.
1 
7 #ifndef INC_fanoutRecord_H
8 #define INC_fanoutRecord_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 #ifndef fanoutSELM_NUM_CHOICES
18 
19 typedef enum {
23 } fanoutSELM;
25 #define fanoutSELM_NUM_CHOICES 3
26 #endif
27 
29 typedef struct fanoutRecord {
30  char name[61];
31  char desc[41];
32  char asg[29];
33  epicsEnum16 scan;
34  epicsEnum16 pini;
35  epicsInt16 phas;
36  char evnt[40];
37  epicsInt16 tse;
38  DBLINK tsel;
39  epicsEnum16 dtyp;
40  epicsInt16 disv;
41  epicsInt16 disa;
42  DBLINK sdis;
46  epicsUInt8 disp;
47  epicsUInt8 proc;
48  epicsEnum16 stat;
49  epicsEnum16 sevr;
50  char amsg[40];
51  epicsEnum16 nsta;
52  epicsEnum16 nsev;
53  char namsg[40];
54  epicsEnum16 acks;
55  epicsEnum16 ackt;
56  epicsEnum16 diss;
57  epicsUInt8 lcnt;
58  epicsUInt8 pact;
59  epicsUInt8 putf;
60  epicsUInt8 rpro;
61  struct asgMember *asp;
62  struct processNotify *ppn;
63  struct processNotifyRecord *ppnr;
64  struct scan_element *spvt;
65  struct typed_rset *rset;
67  void *dpvt;
68  struct dbRecordType *rdes;
69  struct lockRecord *lset;
70  epicsEnum16 prio;
71  epicsUInt8 tpro;
72  epicsUInt8 bkpt;
73  epicsUInt8 udf;
74  epicsEnum16 udfs;
76  epicsUInt64 utag;
77  DBLINK flnk;
78  epicsInt32 val;
79  epicsEnum16 selm;
80  epicsUInt16 seln;
81  DBLINK sell;
82  epicsInt16 offs;
83  epicsInt16 shft;
84  DBLINK lnk0;
85  DBLINK lnk1;
86  DBLINK lnk2;
87  DBLINK lnk3;
88  DBLINK lnk4;
89  DBLINK lnk5;
90  DBLINK lnk6;
91  DBLINK lnk7;
92  DBLINK lnk8;
93  DBLINK lnk9;
94  DBLINK lnka;
95  DBLINK lnkb;
96  DBLINK lnkc;
97  DBLINK lnkd;
98  DBLINK lnke;
99  DBLINK lnkf;
100 } fanoutRecord;
101 
102 typedef enum {
103  fanoutRecordNAME = 0,
104  fanoutRecordDESC = 1,
105  fanoutRecordASG = 2,
106  fanoutRecordSCAN = 3,
107  fanoutRecordPINI = 4,
108  fanoutRecordPHAS = 5,
109  fanoutRecordEVNT = 6,
110  fanoutRecordTSE = 7,
111  fanoutRecordTSEL = 8,
112  fanoutRecordDTYP = 9,
113  fanoutRecordDISV = 10,
114  fanoutRecordDISA = 11,
115  fanoutRecordSDIS = 12,
116  fanoutRecordMLOK = 13,
117  fanoutRecordMLIS = 14,
118  fanoutRecordBKLNK = 15,
119  fanoutRecordDISP = 16,
120  fanoutRecordPROC = 17,
121  fanoutRecordSTAT = 18,
122  fanoutRecordSEVR = 19,
123  fanoutRecordAMSG = 20,
124  fanoutRecordNSTA = 21,
125  fanoutRecordNSEV = 22,
126  fanoutRecordNAMSG = 23,
127  fanoutRecordACKS = 24,
128  fanoutRecordACKT = 25,
129  fanoutRecordDISS = 26,
130  fanoutRecordLCNT = 27,
131  fanoutRecordPACT = 28,
132  fanoutRecordPUTF = 29,
133  fanoutRecordRPRO = 30,
134  fanoutRecordASP = 31,
135  fanoutRecordPPN = 32,
136  fanoutRecordPPNR = 33,
137  fanoutRecordSPVT = 34,
138  fanoutRecordRSET = 35,
139  fanoutRecordDSET = 36,
140  fanoutRecordDPVT = 37,
141  fanoutRecordRDES = 38,
142  fanoutRecordLSET = 39,
143  fanoutRecordPRIO = 40,
144  fanoutRecordTPRO = 41,
145  fanoutRecordBKPT = 42,
146  fanoutRecordUDF = 43,
147  fanoutRecordUDFS = 44,
148  fanoutRecordTIME = 45,
149  fanoutRecordUTAG = 46,
150  fanoutRecordFLNK = 47,
151  fanoutRecordVAL = 48,
152  fanoutRecordSELM = 49,
153  fanoutRecordSELN = 50,
154  fanoutRecordSELL = 51,
155  fanoutRecordOFFS = 52,
156  fanoutRecordSHFT = 53,
157  fanoutRecordLNK0 = 54,
158  fanoutRecordLNK1 = 55,
159  fanoutRecordLNK2 = 56,
160  fanoutRecordLNK3 = 57,
161  fanoutRecordLNK4 = 58,
162  fanoutRecordLNK5 = 59,
163  fanoutRecordLNK6 = 60,
164  fanoutRecordLNK7 = 61,
165  fanoutRecordLNK8 = 62,
166  fanoutRecordLNK9 = 63,
167  fanoutRecordLNKA = 64,
168  fanoutRecordLNKB = 65,
169  fanoutRecordLNKC = 66,
170  fanoutRecordLNKD = 67,
171  fanoutRecordLNKE = 68,
172  fanoutRecordLNKF = 69
173 } fanoutFieldIndex;
174 
175 #ifdef GEN_SIZE_OFFSET
176 
177 #include <epicsExport.h>
178 #include <cantProceed.h>
179 #ifdef __cplusplus
180 extern "C" {
181 #endif
182 static int fanoutRecordSizeOffset(dbRecordType *prt)
183 {
184  fanoutRecord *prec = 0;
185 
186  if (prt->no_fields != 70) {
187  cantProceed("IOC build or installation error:\n"
188  " The fanoutRecord defined in the DBD file has %d fields,\n"
189  " but the record support code was built with 70.\n",
190  prt->no_fields);
191  }
192  prt->papFldDes[fanoutRecordNAME]->size = sizeof(prec->name);
193  prt->papFldDes[fanoutRecordNAME]->offset = (unsigned short)offsetof(fanoutRecord, name);
194  prt->papFldDes[fanoutRecordDESC]->size = sizeof(prec->desc);
195  prt->papFldDes[fanoutRecordDESC]->offset = (unsigned short)offsetof(fanoutRecord, desc);
196  prt->papFldDes[fanoutRecordASG]->size = sizeof(prec->asg);
197  prt->papFldDes[fanoutRecordASG]->offset = (unsigned short)offsetof(fanoutRecord, asg);
198  prt->papFldDes[fanoutRecordSCAN]->size = sizeof(prec->scan);
199  prt->papFldDes[fanoutRecordSCAN]->offset = (unsigned short)offsetof(fanoutRecord, scan);
200  prt->papFldDes[fanoutRecordPINI]->size = sizeof(prec->pini);
201  prt->papFldDes[fanoutRecordPINI]->offset = (unsigned short)offsetof(fanoutRecord, pini);
202  prt->papFldDes[fanoutRecordPHAS]->size = sizeof(prec->phas);
203  prt->papFldDes[fanoutRecordPHAS]->offset = (unsigned short)offsetof(fanoutRecord, phas);
204  prt->papFldDes[fanoutRecordEVNT]->size = sizeof(prec->evnt);
205  prt->papFldDes[fanoutRecordEVNT]->offset = (unsigned short)offsetof(fanoutRecord, evnt);
206  prt->papFldDes[fanoutRecordTSE]->size = sizeof(prec->tse);
207  prt->papFldDes[fanoutRecordTSE]->offset = (unsigned short)offsetof(fanoutRecord, tse);
208  prt->papFldDes[fanoutRecordTSEL]->size = sizeof(prec->tsel);
209  prt->papFldDes[fanoutRecordTSEL]->offset = (unsigned short)offsetof(fanoutRecord, tsel);
210  prt->papFldDes[fanoutRecordDTYP]->size = sizeof(prec->dtyp);
211  prt->papFldDes[fanoutRecordDTYP]->offset = (unsigned short)offsetof(fanoutRecord, dtyp);
212  prt->papFldDes[fanoutRecordDISV]->size = sizeof(prec->disv);
213  prt->papFldDes[fanoutRecordDISV]->offset = (unsigned short)offsetof(fanoutRecord, disv);
214  prt->papFldDes[fanoutRecordDISA]->size = sizeof(prec->disa);
215  prt->papFldDes[fanoutRecordDISA]->offset = (unsigned short)offsetof(fanoutRecord, disa);
216  prt->papFldDes[fanoutRecordSDIS]->size = sizeof(prec->sdis);
217  prt->papFldDes[fanoutRecordSDIS]->offset = (unsigned short)offsetof(fanoutRecord, sdis);
218  prt->papFldDes[fanoutRecordMLOK]->size = sizeof(prec->mlok);
219  prt->papFldDes[fanoutRecordMLOK]->offset = (unsigned short)offsetof(fanoutRecord, mlok);
220  prt->papFldDes[fanoutRecordMLIS]->size = sizeof(prec->mlis);
221  prt->papFldDes[fanoutRecordMLIS]->offset = (unsigned short)offsetof(fanoutRecord, mlis);
222  prt->papFldDes[fanoutRecordBKLNK]->size = sizeof(prec->bklnk);
223  prt->papFldDes[fanoutRecordBKLNK]->offset = (unsigned short)offsetof(fanoutRecord, bklnk);
224  prt->papFldDes[fanoutRecordDISP]->size = sizeof(prec->disp);
225  prt->papFldDes[fanoutRecordDISP]->offset = (unsigned short)offsetof(fanoutRecord, disp);
226  prt->papFldDes[fanoutRecordPROC]->size = sizeof(prec->proc);
227  prt->papFldDes[fanoutRecordPROC]->offset = (unsigned short)offsetof(fanoutRecord, proc);
228  prt->papFldDes[fanoutRecordSTAT]->size = sizeof(prec->stat);
229  prt->papFldDes[fanoutRecordSTAT]->offset = (unsigned short)offsetof(fanoutRecord, stat);
230  prt->papFldDes[fanoutRecordSEVR]->size = sizeof(prec->sevr);
231  prt->papFldDes[fanoutRecordSEVR]->offset = (unsigned short)offsetof(fanoutRecord, sevr);
232  prt->papFldDes[fanoutRecordAMSG]->size = sizeof(prec->amsg);
233  prt->papFldDes[fanoutRecordAMSG]->offset = (unsigned short)offsetof(fanoutRecord, amsg);
234  prt->papFldDes[fanoutRecordNSTA]->size = sizeof(prec->nsta);
235  prt->papFldDes[fanoutRecordNSTA]->offset = (unsigned short)offsetof(fanoutRecord, nsta);
236  prt->papFldDes[fanoutRecordNSEV]->size = sizeof(prec->nsev);
237  prt->papFldDes[fanoutRecordNSEV]->offset = (unsigned short)offsetof(fanoutRecord, nsev);
238  prt->papFldDes[fanoutRecordNAMSG]->size = sizeof(prec->namsg);
239  prt->papFldDes[fanoutRecordNAMSG]->offset = (unsigned short)offsetof(fanoutRecord, namsg);
240  prt->papFldDes[fanoutRecordACKS]->size = sizeof(prec->acks);
241  prt->papFldDes[fanoutRecordACKS]->offset = (unsigned short)offsetof(fanoutRecord, acks);
242  prt->papFldDes[fanoutRecordACKT]->size = sizeof(prec->ackt);
243  prt->papFldDes[fanoutRecordACKT]->offset = (unsigned short)offsetof(fanoutRecord, ackt);
244  prt->papFldDes[fanoutRecordDISS]->size = sizeof(prec->diss);
245  prt->papFldDes[fanoutRecordDISS]->offset = (unsigned short)offsetof(fanoutRecord, diss);
246  prt->papFldDes[fanoutRecordLCNT]->size = sizeof(prec->lcnt);
247  prt->papFldDes[fanoutRecordLCNT]->offset = (unsigned short)offsetof(fanoutRecord, lcnt);
248  prt->papFldDes[fanoutRecordPACT]->size = sizeof(prec->pact);
249  prt->papFldDes[fanoutRecordPACT]->offset = (unsigned short)offsetof(fanoutRecord, pact);
250  prt->papFldDes[fanoutRecordPUTF]->size = sizeof(prec->putf);
251  prt->papFldDes[fanoutRecordPUTF]->offset = (unsigned short)offsetof(fanoutRecord, putf);
252  prt->papFldDes[fanoutRecordRPRO]->size = sizeof(prec->rpro);
253  prt->papFldDes[fanoutRecordRPRO]->offset = (unsigned short)offsetof(fanoutRecord, rpro);
254  prt->papFldDes[fanoutRecordASP]->size = sizeof(prec->asp);
255  prt->papFldDes[fanoutRecordASP]->offset = (unsigned short)offsetof(fanoutRecord, asp);
256  prt->papFldDes[fanoutRecordPPN]->size = sizeof(prec->ppn);
257  prt->papFldDes[fanoutRecordPPN]->offset = (unsigned short)offsetof(fanoutRecord, ppn);
258  prt->papFldDes[fanoutRecordPPNR]->size = sizeof(prec->ppnr);
259  prt->papFldDes[fanoutRecordPPNR]->offset = (unsigned short)offsetof(fanoutRecord, ppnr);
260  prt->papFldDes[fanoutRecordSPVT]->size = sizeof(prec->spvt);
261  prt->papFldDes[fanoutRecordSPVT]->offset = (unsigned short)offsetof(fanoutRecord, spvt);
262  prt->papFldDes[fanoutRecordRSET]->size = sizeof(prec->rset);
263  prt->papFldDes[fanoutRecordRSET]->offset = (unsigned short)offsetof(fanoutRecord, rset);
264  prt->papFldDes[fanoutRecordDSET]->size = sizeof(prec->dset);
265  prt->papFldDes[fanoutRecordDSET]->offset = (unsigned short)offsetof(fanoutRecord, dset);
266  prt->papFldDes[fanoutRecordDPVT]->size = sizeof(prec->dpvt);
267  prt->papFldDes[fanoutRecordDPVT]->offset = (unsigned short)offsetof(fanoutRecord, dpvt);
268  prt->papFldDes[fanoutRecordRDES]->size = sizeof(prec->rdes);
269  prt->papFldDes[fanoutRecordRDES]->offset = (unsigned short)offsetof(fanoutRecord, rdes);
270  prt->papFldDes[fanoutRecordLSET]->size = sizeof(prec->lset);
271  prt->papFldDes[fanoutRecordLSET]->offset = (unsigned short)offsetof(fanoutRecord, lset);
272  prt->papFldDes[fanoutRecordPRIO]->size = sizeof(prec->prio);
273  prt->papFldDes[fanoutRecordPRIO]->offset = (unsigned short)offsetof(fanoutRecord, prio);
274  prt->papFldDes[fanoutRecordTPRO]->size = sizeof(prec->tpro);
275  prt->papFldDes[fanoutRecordTPRO]->offset = (unsigned short)offsetof(fanoutRecord, tpro);
276  prt->papFldDes[fanoutRecordBKPT]->size = sizeof(prec->bkpt);
277  prt->papFldDes[fanoutRecordBKPT]->offset = (unsigned short)offsetof(fanoutRecord, bkpt);
278  prt->papFldDes[fanoutRecordUDF]->size = sizeof(prec->udf);
279  prt->papFldDes[fanoutRecordUDF]->offset = (unsigned short)offsetof(fanoutRecord, udf);
280  prt->papFldDes[fanoutRecordUDFS]->size = sizeof(prec->udfs);
281  prt->papFldDes[fanoutRecordUDFS]->offset = (unsigned short)offsetof(fanoutRecord, udfs);
282  prt->papFldDes[fanoutRecordTIME]->size = sizeof(prec->time);
283  prt->papFldDes[fanoutRecordTIME]->offset = (unsigned short)offsetof(fanoutRecord, time);
284  prt->papFldDes[fanoutRecordUTAG]->size = sizeof(prec->utag);
285  prt->papFldDes[fanoutRecordUTAG]->offset = (unsigned short)offsetof(fanoutRecord, utag);
286  prt->papFldDes[fanoutRecordFLNK]->size = sizeof(prec->flnk);
287  prt->papFldDes[fanoutRecordFLNK]->offset = (unsigned short)offsetof(fanoutRecord, flnk);
288  prt->papFldDes[fanoutRecordVAL]->size = sizeof(prec->val);
289  prt->papFldDes[fanoutRecordVAL]->offset = (unsigned short)offsetof(fanoutRecord, val);
290  prt->papFldDes[fanoutRecordSELM]->size = sizeof(prec->selm);
291  prt->papFldDes[fanoutRecordSELM]->offset = (unsigned short)offsetof(fanoutRecord, selm);
292  prt->papFldDes[fanoutRecordSELN]->size = sizeof(prec->seln);
293  prt->papFldDes[fanoutRecordSELN]->offset = (unsigned short)offsetof(fanoutRecord, seln);
294  prt->papFldDes[fanoutRecordSELL]->size = sizeof(prec->sell);
295  prt->papFldDes[fanoutRecordSELL]->offset = (unsigned short)offsetof(fanoutRecord, sell);
296  prt->papFldDes[fanoutRecordOFFS]->size = sizeof(prec->offs);
297  prt->papFldDes[fanoutRecordOFFS]->offset = (unsigned short)offsetof(fanoutRecord, offs);
298  prt->papFldDes[fanoutRecordSHFT]->size = sizeof(prec->shft);
299  prt->papFldDes[fanoutRecordSHFT]->offset = (unsigned short)offsetof(fanoutRecord, shft);
300  prt->papFldDes[fanoutRecordLNK0]->size = sizeof(prec->lnk0);
301  prt->papFldDes[fanoutRecordLNK0]->offset = (unsigned short)offsetof(fanoutRecord, lnk0);
302  prt->papFldDes[fanoutRecordLNK1]->size = sizeof(prec->lnk1);
303  prt->papFldDes[fanoutRecordLNK1]->offset = (unsigned short)offsetof(fanoutRecord, lnk1);
304  prt->papFldDes[fanoutRecordLNK2]->size = sizeof(prec->lnk2);
305  prt->papFldDes[fanoutRecordLNK2]->offset = (unsigned short)offsetof(fanoutRecord, lnk2);
306  prt->papFldDes[fanoutRecordLNK3]->size = sizeof(prec->lnk3);
307  prt->papFldDes[fanoutRecordLNK3]->offset = (unsigned short)offsetof(fanoutRecord, lnk3);
308  prt->papFldDes[fanoutRecordLNK4]->size = sizeof(prec->lnk4);
309  prt->papFldDes[fanoutRecordLNK4]->offset = (unsigned short)offsetof(fanoutRecord, lnk4);
310  prt->papFldDes[fanoutRecordLNK5]->size = sizeof(prec->lnk5);
311  prt->papFldDes[fanoutRecordLNK5]->offset = (unsigned short)offsetof(fanoutRecord, lnk5);
312  prt->papFldDes[fanoutRecordLNK6]->size = sizeof(prec->lnk6);
313  prt->papFldDes[fanoutRecordLNK6]->offset = (unsigned short)offsetof(fanoutRecord, lnk6);
314  prt->papFldDes[fanoutRecordLNK7]->size = sizeof(prec->lnk7);
315  prt->papFldDes[fanoutRecordLNK7]->offset = (unsigned short)offsetof(fanoutRecord, lnk7);
316  prt->papFldDes[fanoutRecordLNK8]->size = sizeof(prec->lnk8);
317  prt->papFldDes[fanoutRecordLNK8]->offset = (unsigned short)offsetof(fanoutRecord, lnk8);
318  prt->papFldDes[fanoutRecordLNK9]->size = sizeof(prec->lnk9);
319  prt->papFldDes[fanoutRecordLNK9]->offset = (unsigned short)offsetof(fanoutRecord, lnk9);
320  prt->papFldDes[fanoutRecordLNKA]->size = sizeof(prec->lnka);
321  prt->papFldDes[fanoutRecordLNKA]->offset = (unsigned short)offsetof(fanoutRecord, lnka);
322  prt->papFldDes[fanoutRecordLNKB]->size = sizeof(prec->lnkb);
323  prt->papFldDes[fanoutRecordLNKB]->offset = (unsigned short)offsetof(fanoutRecord, lnkb);
324  prt->papFldDes[fanoutRecordLNKC]->size = sizeof(prec->lnkc);
325  prt->papFldDes[fanoutRecordLNKC]->offset = (unsigned short)offsetof(fanoutRecord, lnkc);
326  prt->papFldDes[fanoutRecordLNKD]->size = sizeof(prec->lnkd);
327  prt->papFldDes[fanoutRecordLNKD]->offset = (unsigned short)offsetof(fanoutRecord, lnkd);
328  prt->papFldDes[fanoutRecordLNKE]->size = sizeof(prec->lnke);
329  prt->papFldDes[fanoutRecordLNKE]->offset = (unsigned short)offsetof(fanoutRecord, lnke);
330  prt->papFldDes[fanoutRecordLNKF]->size = sizeof(prec->lnkf);
331  prt->papFldDes[fanoutRecordLNKF]->offset = (unsigned short)offsetof(fanoutRecord, lnkf);
332  prt->rec_size = sizeof(*prec);
333  return 0;
334 }
335 epicsExportRegistrar(fanoutRecordSizeOffset);
336 
337 #ifdef __cplusplus
338 }
339 #endif
340 #endif /* GEN_SIZE_OFFSET */
341 
342 #endif /* INC_fanoutRecord_H */
DBLINK lnk4
Forward Link 4.
Definition: fanoutRecord.h:88
DBLINK lnkc
Forward Link 12.
Definition: fanoutRecord.h:96
char name[61]
Record Name.
Definition: fanoutRecord.h:30
epicsEnum16 pini
Process at iocInit.
Definition: fanoutRecord.h:34
struct typed_rset * rset
Address of RSET.
Definition: fanoutRecord.h:65
DBLINK lnk8
Forward Link 8.
Definition: fanoutRecord.h:92
epicsUInt8 lcnt
Lock Count.
Definition: fanoutRecord.h:57
struct asgMember * asp
Access Security Pvt.
Definition: fanoutRecord.h:61
struct processNotify * ppn
pprocessNotify
Definition: fanoutRecord.h:62
epicsEnum16 nsta
New Alarm Status.
Definition: fanoutRecord.h:51
epicsInt16 tse
Time Stamp Event.
Definition: fanoutRecord.h:37
DBLINK lnka
Forward Link 10.
Definition: fanoutRecord.h:94
DBLINK lnk6
Forward Link 6.
Definition: fanoutRecord.h:90
char asg[29]
Access Security Group.
Definition: fanoutRecord.h:32
DBLINK lnk2
Forward Link 2.
Definition: fanoutRecord.h:86
DBLINK lnk1
Forward Link 1.
Definition: fanoutRecord.h:85
The core data types used by epics.
epicsUInt8 udf
Undefined.
Definition: fanoutRecord.h:73
epicsUInt64 utag
Time Tag.
Definition: fanoutRecord.h:76
struct dbRecordType * rdes
Address of dbRecordType.
Definition: fanoutRecord.h:68
DBLINK tsel
Time Stamp Link.
Definition: fanoutRecord.h:38
Exporting IOC objects.
epicsUInt8 pact
Record active.
Definition: fanoutRecord.h:58
struct lockRecord * lset
Lock Set.
Definition: fanoutRecord.h:69
State string &quot;Mask&quot;.
Definition: fanoutRecord.h:22
epicsUInt8 putf
dbPutField process
Definition: fanoutRecord.h:59
epicsEnum16 scan
Scan Mechanism.
Definition: fanoutRecord.h:33
epicsUInt8 rpro
Reprocess.
Definition: fanoutRecord.h:60
ELLLIST mlis
Monitor List.
Definition: fanoutRecord.h:44
DBLINK sdis
Scanning Disable.
Definition: fanoutRecord.h:42
char amsg[40]
Alarm Message.
Definition: fanoutRecord.h:50
Routines for code that can&#39;t continue or return after an error.
epicsUInt8 proc
Force Processing.
Definition: fanoutRecord.h:47
DBLINK lnke
Forward Link 14.
Definition: fanoutRecord.h:98
DBLINK lnk5
Forward Link 5.
Definition: fanoutRecord.h:89
DBLINK lnkf
Forward Link 15.
Definition: fanoutRecord.h:99
char evnt[40]
Event Name.
Definition: fanoutRecord.h:36
DBLINK lnk0
Forward Link 0.
Definition: fanoutRecord.h:84
epicsEnum16 diss
Disable Alarm Sevrty.
Definition: fanoutRecord.h:56
epicsUInt8 tpro
Trace Processing.
Definition: fanoutRecord.h:71
Definition: devSup.h:141
EPICS time stamp, for use from C code.
Definition: epicsTime.h:42
A doubly-linked list library.
Declaration of fanout record type.
Definition: fanoutRecord.h:29
DBLINK lnkb
Forward Link 11.
Definition: fanoutRecord.h:95
epicsEnum16 dtyp
Device Type.
Definition: fanoutRecord.h:39
epicsInt16 disa
Disable.
Definition: fanoutRecord.h:41
List header type.
Definition: ellLib.h:57
epicsInt16 shft
Shift for Mask mode.
Definition: fanoutRecord.h:83
epicsEnum16 sevr
Alarm Severity.
Definition: fanoutRecord.h:49
void * dpvt
Device Private.
Definition: fanoutRecord.h:67
ELLLIST bklnk
Backwards link tracking.
Definition: fanoutRecord.h:45
epicsEnum16 stat
Alarm Status.
Definition: fanoutRecord.h:48
fanoutSELM
Enumerated type from menu fanoutSELM.
Definition: fanoutRecord.h:19
APIs for the epicsMutex mutual exclusion semaphore.
Device support routines.
char desc[41]
Descriptor.
Definition: fanoutRecord.h:31
epicsInt32 val
Used to trigger.
Definition: fanoutRecord.h:78
unambiguous_dset * dset
DSET address.
Definition: fanoutRecord.h:66
epicsUInt16 seln
Link Selection.
Definition: fanoutRecord.h:80
epicsUInt8 bkpt
Break Point.
Definition: fanoutRecord.h:72
struct scan_element * spvt
Scan Private.
Definition: fanoutRecord.h:64
char namsg[40]
New Alarm Message.
Definition: fanoutRecord.h:53
epicsInt16 offs
Offset for Specified.
Definition: fanoutRecord.h:82
#define epicsExportRegistrar(fun)
Declare a registrar function for exporting.
Definition: epicsExport.h:100
epicsEnum16 nsev
New Alarm Severity.
Definition: fanoutRecord.h:52
Definition: recSup.h:68
epicsEnum16 acks
Alarm Ack Severity.
Definition: fanoutRecord.h:54
epicsMutexId mlok
Monitor lock.
Definition: fanoutRecord.h:43
DBLINK lnk7
Forward Link 7.
Definition: fanoutRecord.h:91
epicsEnum16 prio
Scheduling Priority.
Definition: fanoutRecord.h:70
DBLINK flnk
Forward Process Link.
Definition: fanoutRecord.h:77
State string &quot;Specified&quot;.
Definition: fanoutRecord.h:21
struct processNotifyRecord * ppnr
pprocessNotifyRecord
Definition: fanoutRecord.h:63
Link Support Entry Table.
Definition: dbLink.h:59
LIBCOM_API void cantProceed(EPICS_PRINTF_FMT(const char *errorMessage),...) EPICS_PRINTF_STYLE(1
Suspend this thread, the caller cannot continue or return.
epicsEnum16 selm
Select Mechanism.
Definition: fanoutRecord.h:79
epicsTimeStamp time
Time.
Definition: fanoutRecord.h:75
EPICS time-stamps (epicsTimeStamp), epicsTime C++ class and C functions for handling wall-clock times...
DBLINK lnkd
Forward Link 13.
Definition: fanoutRecord.h:97
DBLINK lnk3
Forward Link 3.
Definition: fanoutRecord.h:87
epicsUInt8 disp
Disable putField.
Definition: fanoutRecord.h:46
epicsEnum16 ackt
Alarm Ack Transient.
Definition: fanoutRecord.h:55
epicsEnum16 udfs
Undefined Alarm Sevrty.
Definition: fanoutRecord.h:74
State string &quot;All&quot;.
Definition: fanoutRecord.h:20
epicsInt16 disv
Disable Value.
Definition: fanoutRecord.h:40
DBLINK lnk9
Forward Link 9.
Definition: fanoutRecord.h:93
DBLINK sell
Link Selection Loc.
Definition: fanoutRecord.h:81
epicsInt16 phas
Scan Phase.
Definition: fanoutRecord.h:35
struct epicsMutexParm * epicsMutexId
An identifier for an epicsMutex for use with the C API.
Definition: epicsMutex.h:49