pvaClientCPP
4.8.1-dev
|
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. More... | |
void | connect () |
Create a channelGet for each channel. More... | |
epics::pvData::shared_vector< double > | get () |
Get the data. More... | |
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.
void epics::pvaClient::PvaClientMultiGetDouble::connect | ( | ) |
Create a channelGet for each channel.
Definition at line 54 of file pvaClientMultiGetDouble.cpp.
|
staticprotected |
Definition at line 27 of file pvaClientMultiGetDouble.cpp.
shared_vector< double > epics::pvaClient::PvaClientMultiGetDouble::get | ( | ) |
Get the data.
Definition at line 78 of file pvaClientMultiGetDouble.cpp.
epics::pvaClient::PvaClientMultiGetDouble::POINTER_DEFINITIONS | ( | PvaClientMultiGetDouble | ) |
|
friend |
Definition at line 192 of file pvaClientMultiChannel.h.