pvAccessCPP
7.1.7
|
#include <client/pva/client.h>
Public Member Functions | |
virtual void | putBuild (const epics::pvData::StructureConstPtr &build, Args &args)=0 |
Server provides expected structure. More... | |
virtual void | putDone (const PutEvent &evt)=0 |
Put operation is complete. | |
|
pure virtual |
Server provides expected structure.
Implementation must instanciate (or re-use) a PVStructure into args.root, then initialize any necessary fields and set bits in args.tosend as approprate.
If this method throws, then putDone() is called with PutEvent::Fail