Optional client callback.
More...
#include <pv/pvaClient.h>
Optional client callback.
Definition at line 1272 of file pvaClient.h.
◆ ~PvaClientPutGetRequester()
virtual epics::pvaClient::PvaClientPutGetRequester::~PvaClientPutGetRequester |
( |
| ) |
|
|
inlinevirtual |
◆ channelPutGetConnect()
virtual void epics::pvaClient::PvaClientPutGetRequester::channelPutGetConnect |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutGetPtr const & |
clientPutGet |
|
) |
| |
|
inlinevirtual |
A channelPutGet has connected.
- Parameters
-
status | The status returned by the server. |
clientPutGet | The PvaClientPutGet that issued the request to create a ChannelPutGet. |
Definition at line 1282 of file pvaClient.h.
◆ getGetDone()
virtual void epics::pvaClient::PvaClientPutGetRequester::getGetDone |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutGetPtr const & |
clientPutGet |
|
) |
| |
|
inlinevirtual |
A getGet request is complete.
- Parameters
-
status | The status returned by the server. |
clientPutGet | The PvaClientPutGet that issued the getGet request. |
Definition at line 1310 of file pvaClient.h.
◆ getPutDone()
virtual void epics::pvaClient::PvaClientPutGetRequester::getPutDone |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutGetPtr const & |
clientPutGet |
|
) |
| |
|
inlinevirtual |
A getPut request is complete.
- Parameters
-
status | The status returned by the server. |
clientPutGet | The PvaClientPutGet that issued the getPut request. |
Definition at line 1300 of file pvaClient.h.
◆ POINTER_DEFINITIONS()
◆ putGetDone()
virtual void epics::pvaClient::PvaClientPutGetRequester::putGetDone |
( |
const epics::pvData::Status & |
status, |
|
|
PvaClientPutGetPtr const & |
clientPutGet |
|
) |
| |
|
pure virtual |
A putGet request is complete.
- Parameters
-
status | The status returned by the server. |
clientPutGet | The PvaClientPutGet that issued the putGet request. |
The documentation for this class was generated from the following file: