pvAccessCPP  7.1.7-dev
Public Member Functions | Static Public Attributes | List of all members
epics::pvAccess::ChannelBaseRequester Struct Reference

Base for all Requesters (callbacks to client) More...

#include <client/pv/pvAccess.h>

Inheritance diagram for epics::pvAccess::ChannelBaseRequester:
Inheritance graph
[legend]

Public Member Functions

 POINTER_DEFINITIONS (ChannelBaseRequester)
 
virtual void channelDisconnect (bool destroy)
 Notification when underlying Channel becomes DISCONNECTED or DESTORYED. More...
 

Static Public Attributes

static size_t num_instances
 

Detailed Description

Base for all Requesters (callbacks to client)

Definition at line 177 of file pvAccess.h.

Member Function Documentation

◆ channelDisconnect()

virtual void epics::pvAccess::ChannelBaseRequester::channelDisconnect ( bool  destroy)
inlinevirtual

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
destroytrue for final disconnect.

Definition at line 198 of file pvAccess.h.


The documentation for this struct was generated from the following file: