add RPC loopback test
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
#include <pv/pvData.h>
|
||||
#include <pv/valueBuilder.h>
|
||||
#ifdef rpcClientEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# undef rpcClientEpicsExportSharedSymbols
|
||||
|
||||
@@ -36,7 +36,7 @@ struct RPCClient::RPCRequester : public pva::ChannelRPCRequester
|
||||
POINTER_DEFINITIONS(RPCRequester);
|
||||
|
||||
pvd::Mutex mutex;
|
||||
ChannelRPC::weak_pointer op;
|
||||
ChannelRPC::shared_pointer op;
|
||||
pvd::Status conn_status, resp_status;
|
||||
epics::pvData::PVStructure::shared_pointer next_args, last_data;
|
||||
epicsEvent event;
|
||||
|
||||
Reference in New Issue
Block a user