![]() |
This is Unofficial EPICS BASE Doxygen Site
|
A callback for change in connection status. More...
#include "pvaClient.h"
Inheritance diagram for epics::pvaClient::PvaClientChannelStateChangeRequester:Public Member Functions | |
| POINTER_DEFINITIONS (PvaClientChannelStateChangeRequester) | |
| virtual | ~PvaClientChannelStateChangeRequester () |
| virtual void | channelStateChange (PvaClientChannelPtr const &channel, bool isConnected)=0 |
| A channel connection state change has occurred. More... | |
A callback for change in connection status.
Overview of PvaClientChannelStateChangeRequester
Definition at line 213 of file pvaClient.h.
|
inlinevirtual |
|
pure virtual |
A channel connection state change has occurred.
Warning A call to a method that blocks should not be made by this method.
| channel | The channel. |
| isConnected | The new connection status. |
Implemented in epics::pvaClient::PvaClientMonitor.
| epics::pvaClient::PvaClientChannelStateChangeRequester::POINTER_DEFINITIONS | ( | PvaClientChannelStateChangeRequester | ) |