15#include <pv/createRequest.h>
16#include <pv/convert.h>
18#define epicsExportSharedSymbols
22using namespace epics::pvData;
23using namespace epics::pvAccess;
26namespace epics {
namespace pvaClient {
36PvaClientGetData::PvaClientGetData(StructureConstPtr
const & structure)
A base class for PvaClientGetData, PvaClientPutData, and PvaClientMonitorData.
A class that holds data returned by PvaClientGet or PvaClientPutGet.
static PvaClientGetDataPtr create(epics::pvData::StructureConstPtr const &structure)
Factory method for creating an instance of PvaClientGetData.
static bool getDebug()
Is debug set?
std::tr1::shared_ptr< PvaClientGetData > PvaClientGetDataPtr