Open mrkraimer opened 3 years ago
Currently PvaClientField is defined but not implemented:
PvaClientFieldPtr PvaClientChannel::createField(string const & subField)
{
if(connectState!=connected) connect(5.0);
throw std::runtime_error("PvaClientChannel::createField not implemented");
}
Currently PvaClentArray is defined but not implemented:
Because of work to honor JSON syntax (pvAccessCPP, pvDataBaseCPP) PvaClientArray should just be removed.