Add SharedPV
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <pv/serverContextImpl.h>
|
||||
#include <pv/serverChannelImpl.h>
|
||||
#include <pv/blockingUDP.h>
|
||||
#include <sharedstateimpl.h>
|
||||
|
||||
using namespace epics::pvData;
|
||||
using std::string;
|
||||
@@ -225,6 +226,9 @@ void providerRegInit(void*)
|
||||
registerRefCounter("ResponseHandler (ABC)", &ResponseHandler::num_instances);
|
||||
registerRefCounter("MonitorFIFO", &MonitorFIFO::num_instances);
|
||||
pvas::registerRefTrackServer();
|
||||
registerRefCounter("pvas::SharedChannel", &pvas::SharedChannel::num_instances);
|
||||
registerRefCounter("pvas::SharedPut", &pvas::SharedPut::num_instances);
|
||||
registerRefCounter("pvas::SharedRPC", &pvas::SharedRPC::num_instances);
|
||||
}
|
||||
|
||||
ChannelProviderRegistry::shared_pointer ChannelProviderRegistry::clients()
|
||||
|
||||
Reference in New Issue
Block a user