-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels