Files
pva2pva/p2pApp/pva2pva.h
Michael Davidsaver 16ab57e1f3 p2p: read-only switch
2016-03-28 08:20:34 +09:00

20 lines
438 B
C

#ifndef PVA2PVA_H
#define PVA2PVA_H
#include <epicsGuard.h>
#include <pv/pvAccess.h>
#include <shareLib.h>
typedef epicsGuard<epicsMutex> Guard;
typedef epicsGuardRelease<epicsMutex> UnGuard;
epicsShareExtern void registerGWServerIocsh();
epicsShareExtern void registerGWClientIocsh();
epicsShareExtern void gwServerShutdown();
epicsShareExtern void gwClientShutdown();
epicsShareExtern void registerReadOnly();
#endif // PVA2PVA_H