|
pvaClientCPP 4.8.1
|
Provides channelGet to multiple channels where each channel has a numeric scalar value field. More...
#include <pv/pvaClientMultiChannel.h>
Public Member Functions | |
| POINTER_DEFINITIONS (PvaClientMultiGetDouble) | |
| ~PvaClientMultiGetDouble () | |
| Destructor. | |
| void | connect () |
| Create a channelGet for each channel. | |
| epics::pvData::shared_vector< double > | get () |
| Get the data. | |
Static Protected Member Functions | |
| static PvaClientMultiGetDoublePtr | create (PvaClientMultiChannelPtr const &pvaClientMultiChannel, PvaClientChannelArray const &pvaClientChannelArray) |
Friends | |
| class | PvaClientMultiChannel |
Provides channelGet to multiple channels where each channel has a numeric scalar value field.
Definition at line 182 of file pvaClientMultiChannel.h.
| epics::pvaClient::PvaClientMultiGetDouble::~PvaClientMultiGetDouble | ( | ) |
Destructor.
Definition at line 49 of file pvaClientMultiGetDouble.cpp.
References epics::pvaClient::PvaClient::getDebug().
| void epics::pvaClient::PvaClientMultiGetDouble::connect | ( | ) |
Create a channelGet for each channel.
Definition at line 54 of file pvaClientMultiGetDouble.cpp.
Referenced by get().
|
staticprotected |
Definition at line 27 of file pvaClientMultiGetDouble.cpp.
Referenced by epics::pvaClient::PvaClientMultiChannel::createGet().
| shared_vector< double > epics::pvaClient::PvaClientMultiGetDouble::get | ( | ) |
Get the data.
Definition at line 78 of file pvaClientMultiGetDouble.cpp.
References connect().
| epics::pvaClient::PvaClientMultiGetDouble::POINTER_DEFINITIONS | ( | PvaClientMultiGetDouble | ) |
|
friend |
Definition at line 192 of file pvaClientMultiChannel.h.