Requester for channelProcess.
More...
#include <client/pv/pvAccess.h>
Requester for channelProcess.
Definition at line 569 of file pvAccess.h.
◆ const_shared_pointer
◆ const_weak_pointer
◆ operation_type
◆ shared_pointer
◆ weak_pointer
◆ ~ChannelProcessRequester()
| virtual epics::pvAccess::ChannelProcessRequester::~ChannelProcessRequester |
( |
| ) |
|
|
inlinevirtual |
◆ channelDisconnect()
| virtual void epics::pvAccess::ChannelBaseRequester::channelDisconnect |
( |
bool | destroy | ) |
|
|
inlinevirtualinherited |
Notification when underlying Channel becomes DISCONNECTED or DESTORYED.
(re)connection is notified through a sub-class *Connect() method.
Any in-progress get()/put()/request()/start() is implicitly cancel()'d or stop()'d before this method is called.
Ownership of any PVStructures passed to completion callbacks (eg. ChannelGetRequester::getDone() ) is returned the operation
- Parameters
-
| destroy | true for final disconnect. |
Definition at line 198 of file pvAccess.h.
◆ channelProcessConnect()
| virtual void epics::pvAccess::ChannelProcessRequester::channelProcessConnect |
( |
const epics::pvData::Status & | status, |
|
|
ChannelProcess::shared_pointer const & | channelProcess ) |
|
pure virtual |
The client and server have both completed the createChannelProcess request.
- Parameters
-
| status | Completion status. |
| channelProcess | The channelProcess interface or nullptr if the client could not become the record processor. |
◆ processDone()
| virtual void epics::pvAccess::ChannelProcessRequester::processDone |
( |
const epics::pvData::Status & | status, |
|
|
ChannelProcess::shared_pointer const & | channelProcess ) |
|
pure virtual |
The process request is done.
This is always called with no locks held.
- Parameters
-
| status | Completion status. |
| channelProcess | The channelProcess interface. |
◆ num_instances
| size_t epics::pvAccess::ChannelBaseRequester::num_instances |
|
staticinherited |
The documentation for this class was generated from the following file: