|
| POINTER_DEFINITIONS (PVRecordStructure) |
|
| PVRecordStructure (epics::pvData::PVStructurePtr const &pvStructure, PVRecordStructurePtr const &parent, PVRecordPtr const &pvRecord) |
| Constructor. More...
|
|
virtual | ~PVRecordStructure () |
| Destructor. More...
|
|
PVRecordFieldPtrArrayPtr | getPVRecordFields () |
| Get the sub fields. More...
|
|
epics::pvData::PVStructurePtr | getPVStructure () |
| Get the data structure/. More...
|
|
| POINTER_DEFINITIONS (PVRecordField) |
|
| PVRecordField (epics::pvData::PVFieldPtr const &pvField, PVRecordStructurePtr const &parent, PVRecordPtr const &pvRecord) |
| Constructor. More...
|
|
virtual | ~PVRecordField () |
| Destructor. More...
|
|
PVRecordStructurePtr | getParent () |
| Get the parent. More...
|
|
epics::pvData::PVFieldPtr | getPVField () |
| Get the PVField. More...
|
|
std::string | getFullFieldName () |
| Get the full name of the field, i.e. field,field,.. More...
|
|
std::string | getFullName () |
| Get the recordName plus the full name of the field, i.e. recordName.field,field,.. More...
|
|
PVRecordPtr | getPVRecord () |
| Return the PVRecord to which this field belongs. More...
|
|
virtual void | postPut () |
| This is called by the code that implements the data interface. It is called whenever the put method is called. More...
|
|
Public Member Functions inherited from epics::pvData::PostHandler |
| POINTER_DEFINITIONS (PostHandler) |
|
virtual | ~PostHandler () |
|
Interface for a field that is a structure.
One exists for each structure field of the top level PVStructure.
- Author
- mrk
Definition at line 365 of file pvDatabase.h.