Files
pva2pva/p2pApp/pva2pva.h
Michael Davidsaver c4798dc2bc shareLib.h cleanup
2020-06-01 18:22:08 -07:00

17 lines
300 B
C

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