![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Optional client callback. More...
#include "pvaClient.h"
Public Member Functions | |
POINTER_DEFINITIONS (PvaClientMonitorRequester) | |
virtual void | monitorConnect (epics::pvData::Status const &status, PvaClientMonitorPtr const &monitor, epics::pvData::StructureConstPtr const &structure) |
The server has returned a message that the monitor is connected. More... | |
virtual | ~PvaClientMonitorRequester () |
virtual void | event (PvaClientMonitorPtr const &monitor)=0 |
A monitor event has occurred. More... | |
virtual void | unlisten () |
The data source is no longer available. More... | |
Optional client callback.
Overview of PvaClientMonitorRequester
Definition at line 1520 of file pvaClient.h.
|
inlinevirtual |
Definition at line 1534 of file pvaClient.h.
|
pure virtual |
A monitor event has occurred.
monitor | The PvaClientMonitor that received the event. |
Implemented in epics::pvaClient::PvaClientMonitor.
|
inlinevirtual |
The server has returned a message that the monitor is connected.
status | Completion status. |
monitor | The monitor |
structure | The structure defining the data. |
Definition at line 1530 of file pvaClient.h.
epics::pvaClient::PvaClientMonitorRequester::POINTER_DEFINITIONS | ( | PvaClientMonitorRequester | ) |
|
inlinevirtual |
The data source is no longer available.
Definition at line 1543 of file pvaClient.h.