![]() |
ChimeraTK-DeviceAccess-EPICS-Backend 01.00.02
|
#include <EPICSTypes.h>
Public Attributes | |
| char * | name |
| chanId | chid |
| long | dbfType |
| long | dbrType |
| unsigned long | nElems |
| True length of data in value. | |
| void * | value |
Definition at line 18 of file EPICSTypes.h.
| chanId pv::chid |
Definition at line 20 of file EPICSTypes.h.
| long pv::dbfType |
Definition at line 21 of file EPICSTypes.h.
| long pv::dbrType |
Definition at line 22 of file EPICSTypes.h.
| char* pv::name |
Definition at line 19 of file EPICSTypes.h.
| unsigned long pv::nElems |
True length of data in value.
Definition at line 23 of file EPICSTypes.h.
| void* pv::value |
Definition at line 24 of file EPICSTypes.h.