Optional client callback.
More...
#include <pv/pvaClient.h>
Optional client callback.
Definition at line 1108 of file pvaClient.h.
◆ ~PvaClientPutRequester()
virtual epics::pvaClient::PvaClientPutRequester::~PvaClientPutRequester |
( |
| ) |
|
|
inlinevirtual |
◆ channelPutConnect()
virtual void epics::pvaClient::PvaClientPutRequester::channelPutConnect |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutPtr const & |
clientPut |
|
) |
| |
|
inlinevirtual |
A channelPut has connected.
- Parameters
-
status | The status returned by the server. |
clientPut | The PvaClientPut that issued the request to create a ChannelPut. |
Definition at line 1118 of file pvaClient.h.
◆ getDone()
virtual void epics::pvaClient::PvaClientPutRequester::getDone |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutPtr const & |
clientPut |
|
) |
| |
|
inlinevirtual |
A get request is complete.
- Parameters
-
status | The status returned by the server. |
clientPut | The PvaClientPut that issued the get request. |
Definition at line 1128 of file pvaClient.h.
◆ POINTER_DEFINITIONS()
◆ putDone()
virtual void epics::pvaClient::PvaClientPutRequester::putDone |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutPtr const & |
clientPut |
|
) |
| |
|
pure virtual |
A put request is complete.
- Parameters
-
status | The status returned by the server. |
clientPut | The PvaClientPut that issued the put request. |
The documentation for this class was generated from the following file: