|
mrfioc2
2.3.0
|

Public Member Functions | |
| SeqHW (SeqManager *o, unsigned i, volatile void *ctrl, volatile void *ram) | |
| void | arm () |
| bool | disarm () |
Public Attributes | |
| SeqManager *const | owner |
| const unsigned | idx |
| volatile void *const | ctrlreg |
| volatile void *const *const | rambase |
| SoftSequence * | loaded |
| current association. may be NULL More... | |
| bool | running |
| between SoS and EoS More... | |
| epicsUInt32 | ctrlreg_user |
| user requested (based on commited sequence) More... | |
| epicsUInt32 | ctrlreg_hw |
| current in HW. either same as _user or trigger disabled More... | |
Definition at line 56 of file mrmSeq.cpp.
|
inline |
Definition at line 73 of file mrmSeq.cpp.
|
inline |
Definition at line 102 of file mrmSeq.cpp.
|
inline |
Definition at line 109 of file mrmSeq.cpp.
| volatile void* const SeqHW::ctrlreg |
Definition at line 60 of file mrmSeq.cpp.
| epicsUInt32 SeqHW::ctrlreg_hw |
current in HW. either same as _user or trigger disabled
Definition at line 70 of file mrmSeq.cpp.
| epicsUInt32 SeqHW::ctrlreg_user |
user requested (based on commited sequence)
Definition at line 70 of file mrmSeq.cpp.
| const unsigned SeqHW::idx |
Definition at line 59 of file mrmSeq.cpp.
| SoftSequence* SeqHW::loaded |
current association. may be NULL
Definition at line 66 of file mrmSeq.cpp.
| SeqManager* const SeqHW::owner |
Definition at line 58 of file mrmSeq.cpp.
| volatile void* const * const SeqHW::rambase |
Definition at line 60 of file mrmSeq.cpp.
| bool SeqHW::running |
between SoS and EoS
Definition at line 68 of file mrmSeq.cpp.
1.8.13