Currently PvaClentArray is defined but not implemented:
PvaClientArrayPtr PvaClientChannel::createArray(string const & request)
{
PVStructurePtr pvRequest = createRequest->createRequest(request);
if(!pvRequest) {
string message = string("channel ") + channelName
+ " PvaClientChannel::createArray invalid pvRequest: "
+ createRequest->getMessage();
throw std::runtime_error(message);
}
return createArray(pvRequest);
}
Because of work to honor JSON syntax (pvAccessCPP, pvDataBaseCPP) PvaClientArray should just be removed.
Currently PvaClentArray is defined but not implemented:
Because of work to honor JSON syntax (pvAccessCPP, pvDataBaseCPP) PvaClientArray should just be removed.