start
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
#include <epicsGuard.h>
|
||||
|
||||
#include <pv/sharedPtr.h>
|
||||
#include <pv/pvAccess.h>
|
||||
#include <pv/clientFactory.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "pva2pva.h"
|
||||
#include "chancache.h"
|
||||
|
||||
namespace pvd = epics::pvData;
|
||||
namespace pva = epics::pvAccess;
|
||||
|
||||
|
||||
void registerGWClientIocsh()
|
||||
{
|
||||
pva::ClientFactory::start();
|
||||
|
||||
}
|
||||
|
||||
void gwClientShutdown()
|
||||
{
|
||||
pva::ClientFactory::stop();
|
||||
}
|
||||
Reference in New Issue
Block a user