![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Callback for traversing master structure. More...
#include "pvStructureCopy.h"
Public Member Functions | |
POINTER_DEFINITIONS (PVCopyTraverseMasterCallback) | |
virtual | ~PVCopyTraverseMasterCallback () |
virtual void | nextMasterPVField (epics::pvData::PVFieldPtr const &pvField)=0 |
Callback for traversing master structure.
Must be implemented by code that creates pvCopy.
This was originally name pvCopy.h and implemented in pvDataCPP When it was moved to pvDatabaseCPP it was renamed to prevent conflicts with the version in pvDataCPP. Also the namespace was changed from epics::pvData to epics::pvCopy
Definition at line 36 of file pvStructureCopy.h.
|
inlinevirtual |
Definition at line 40 of file pvStructureCopy.h.
|
pure virtual |
Called once for each field in master.
pvField | The field in master. |
Implemented in epics::pvDatabase::PVRecord.
epics::pvCopy::PVCopyTraverseMasterCallback::POINTER_DEFINITIONS | ( | PVCopyTraverseMasterCallback | ) |