|
EPICS Base
7.0.5.1
|
Declaration of ao record type. More...
#include <aoRecord.h>

Public Attributes | |
| char | name [61] |
| Record Name. | |
| char | desc [41] |
| Descriptor. | |
| char | asg [29] |
| Access Security Group. | |
| epicsEnum16 | scan |
| Scan Mechanism. | |
| epicsEnum16 | pini |
| Process at iocInit. | |
| epicsInt16 | phas |
| Scan Phase. | |
| char | evnt [40] |
| Event Name. | |
| epicsInt16 | tse |
| Time Stamp Event. | |
| DBLINK | tsel |
| Time Stamp Link. | |
| epicsEnum16 | dtyp |
| Device Type. | |
| epicsInt16 | disv |
| Disable Value. | |
| epicsInt16 | disa |
| Disable. | |
| DBLINK | sdis |
| Scanning Disable. | |
| epicsMutexId | mlok |
| Monitor lock. | |
| ELLLIST | mlis |
| Monitor List. | |
| ELLLIST | bklnk |
| Backwards link tracking. | |
| epicsUInt8 | disp |
| Disable putField. | |
| epicsUInt8 | proc |
| Force Processing. | |
| epicsEnum16 | stat |
| Alarm Status. | |
| epicsEnum16 | sevr |
| Alarm Severity. | |
| epicsEnum16 | nsta |
| New Alarm Status. | |
| epicsEnum16 | nsev |
| New Alarm Severity. | |
| epicsEnum16 | acks |
| Alarm Ack Severity. | |
| epicsEnum16 | ackt |
| Alarm Ack Transient. | |
| epicsEnum16 | diss |
| Disable Alarm Sevrty. | |
| epicsUInt8 | lcnt |
| Lock Count. | |
| epicsUInt8 | pact |
| Record active. | |
| epicsUInt8 | putf |
| dbPutField process | |
| epicsUInt8 | rpro |
| Reprocess. | |
| struct asgMember * | asp |
| Access Security Pvt. | |
| struct processNotify * | ppn |
| pprocessNotify | |
| struct processNotifyRecord * | ppnr |
| pprocessNotifyRecord | |
| struct scan_element * | spvt |
| Scan Private. | |
| struct typed_rset * | rset |
| Address of RSET. | |
| unambiguous_dset * | dset |
| DSET address. | |
| void * | dpvt |
| Device Private. | |
| struct dbRecordType * | rdes |
| Address of dbRecordType. | |
| struct lockRecord * | lset |
| Lock Set. | |
| epicsEnum16 | prio |
| Scheduling Priority. | |
| epicsUInt8 | tpro |
| Trace Processing. | |
| epicsUInt8 | bkpt |
| Break Point. | |
| epicsUInt8 | udf |
| Undefined. | |
| epicsEnum16 | udfs |
| Undefined Alarm Sevrty. | |
| epicsTimeStamp | time |
| Time. | |
| DBLINK | flnk |
| Forward Process Link. | |
| epicsFloat64 | val |
| Desired Output. | |
| epicsFloat64 | oval |
| Output Value. | |
| DBLINK | out |
| Output Specification. | |
| epicsFloat64 | oroc |
| Output Rate of Change. | |
| DBLINK | dol |
| Desired Output Loc. | |
| epicsEnum16 | omsl |
| Output Mode Select. | |
| epicsEnum16 | oif |
| Out Full/Incremental. | |
| epicsInt16 | prec |
| Display Precision. | |
| epicsEnum16 | linr |
| Linearization. | |
| epicsFloat64 | eguf |
| Eng Units Full. | |
| epicsFloat64 | egul |
| Eng Units Low. | |
| char | egu [16] |
| Engineering Units. | |
| epicsUInt32 | roff |
| Raw Offset. | |
| epicsFloat64 | eoff |
| EGU to Raw Offset. | |
| epicsFloat64 | eslo |
| EGU to Raw Slope. | |
| epicsFloat64 | drvh |
| Drive High Limit. | |
| epicsFloat64 | drvl |
| Drive Low Limit. | |
| epicsFloat64 | hopr |
| High Operating Range. | |
| epicsFloat64 | lopr |
| Low Operating Range. | |
| epicsFloat64 | aoff |
| Adjustment Offset. | |
| epicsFloat64 | aslo |
| Adjustment Slope. | |
| epicsFloat64 | hihi |
| Hihi Alarm Limit. | |
| epicsFloat64 | lolo |
| Lolo Alarm Limit. | |
| epicsFloat64 | high |
| High Alarm Limit. | |
| epicsFloat64 | low |
| Low Alarm Limit. | |
| epicsEnum16 | hhsv |
| Hihi Severity. | |
| epicsEnum16 | llsv |
| Lolo Severity. | |
| epicsEnum16 | hsv |
| High Severity. | |
| epicsEnum16 | lsv |
| Low Severity. | |
| epicsFloat64 | hyst |
| Alarm Deadband. | |
| epicsFloat64 | adel |
| Archive Deadband. | |
| epicsFloat64 | mdel |
| Monitor Deadband. | |
| epicsInt32 | rval |
| Current Raw Value. | |
| epicsInt32 | oraw |
| Previous Raw Value. | |
| epicsInt32 | rbv |
| Readback Value. | |
| epicsInt32 | orbv |
| Prev Readback Value. | |
| epicsFloat64 | pval |
| Previous value. | |
| epicsFloat64 | lalm |
| Last Value Alarmed. | |
| epicsFloat64 | alst |
| Last Value Archived. | |
| epicsFloat64 | mlst |
| Last Val Monitored. | |
| void * | pbrk |
| Ptrto brkTable. | |
| epicsInt16 | init |
| Initialized? | |
| epicsInt16 | lbrk |
| LastBreak Point. | |
| DBLINK | siol |
| Simulation Output Link. | |
| DBLINK | siml |
| Simulation Mode Link. | |
| epicsEnum16 | simm |
| Simulation Mode. | |
| epicsEnum16 | sims |
| Simulation Mode Severity. | |
| epicsEnum16 | oldsimm |
| Prev. Simulation Mode. | |
| epicsEnum16 | sscn |
| Sim. Mode Scan. | |
| epicsFloat64 | sdly |
| Sim. Mode Async Delay. | |
| epicsCallback * | simpvt |
| Sim. Mode Private. | |
| epicsEnum16 | ivoa |
| INVALID output action. | |
| epicsFloat64 | ivov |
| INVALID output value. | |
| epicsUInt8 | omod |
| Was OVAL modified? | |
Definition at line 39 of file aoRecord.h.
1.8.13