![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "utilities.h"
Inheritance diagram for TestChannelMonitorRequester:
Collaboration diagram for TestChannelMonitorRequester:Public Attributes | |
| epicsMutex | lock |
| epicsEvent | wait |
| bool | connected |
| bool | unlistend |
| size_t | eventCnt |
| epics::pvData::Status | connectStatus |
| epics::pvData::MonitorPtr | mon |
| epics::pvData::StructureConstPtr | dtype |
Additional Inherited Members | |
Public Types inherited from epics::pvAccess::MonitorRequester | |
| typedef Monitor | operation_type |
Static Public Attributes inherited from epics::pvAccess::ChannelBaseRequester | |
| static size_t | num_instances |
Definition at line 157 of file utilities.h.
| TestChannelMonitorRequester::TestChannelMonitorRequester | ( | ) |
Definition at line 156 of file utilities.cpp.
|
virtual |
Definition at line 164 of file utilities.cpp.
|
virtual |
Definition at line 169 of file utilities.cpp.
|
virtual |
Definition at line 181 of file utilities.cpp.
| TestChannelMonitorRequester::POINTER_DEFINITIONS | ( | TestChannelMonitorRequester | ) |
|
virtual |
Definition at line 189 of file utilities.cpp.
| bool TestChannelMonitorRequester::waitForConnect | ( | ) |
Definition at line 197 of file utilities.cpp.
| bool TestChannelMonitorRequester::waitForEvent | ( | ) |
Definition at line 207 of file utilities.cpp.
| bool TestChannelMonitorRequester::connected |
Definition at line 164 of file utilities.h.
| epics::pvData::Status TestChannelMonitorRequester::connectStatus |
Definition at line 167 of file utilities.h.
| epics::pvData::StructureConstPtr TestChannelMonitorRequester::dtype |
Definition at line 169 of file utilities.h.
| size_t TestChannelMonitorRequester::eventCnt |
Definition at line 166 of file utilities.h.
| epicsMutex TestChannelMonitorRequester::lock |
Definition at line 162 of file utilities.h.
| epics::pvData::MonitorPtr TestChannelMonitorRequester::mon |
Definition at line 168 of file utilities.h.
| bool TestChannelMonitorRequester::unlistend |
Definition at line 165 of file utilities.h.
| epicsEvent TestChannelMonitorRequester::wait |
Definition at line 163 of file utilities.h.