7 #define epicsExportSharedSymbols 12 namespace epics{
namespace pvAccess{
15 pvd::PVStructure::shared_pointer
const & args,
16 RPCResponseCallback::shared_pointer
const &
callback)
19 pvd::PVStructure::shared_pointer ret;
23 }
catch(RPCRequestException& e){
26 }
catch(std::exception& e){
32 callback->requestDone(sts, ret);
#define assert(exp)
Declare that a condition should be true.
static Status error(const std::string &m)
TODO only here because of the Lockable.
virtual epics::pvData::PVStructure::shared_pointer request(epics::pvData::PVStructure::shared_pointer const &args)=0