![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Optional client callback. More...
#include "pvaClient.h"
Public Member Functions | |
POINTER_DEFINITIONS (PvaClientRPCRequester) | |
virtual | ~PvaClientRPCRequester () |
virtual void | requestDone (const epics::pvData::Status &status, PvaClientRPCPtr const &pvaClientRPC, epics::pvData::PVStructure::shared_pointer const &pvResponse)=0 |
The request is done. This is always called with no locks held. More... | |
Optional client callback.
Overview of PvaClientRPCRequester
Definition at line 1710 of file pvaClient.h.
|
inlinevirtual |
Definition at line 1714 of file pvaClient.h.
epics::pvaClient::PvaClientRPCRequester::POINTER_DEFINITIONS | ( | PvaClientRPCRequester | ) |
|
pure virtual |
The request is done. This is always called with no locks held.
status | Completion status. |
pvaClientRPC | The pvaClientRPC interface. |
pvResponse | The response data for the RPC request or null if the request failed. |