pva2pva  1.4.1
 All Classes Functions Variables Pages
pva2pva.h
1 #ifndef PVA2PVA_H
2 #define PVA2PVA_H
3 
4 #include <epicsGuard.h>
5 
6 #include <pv/pvAccess.h>
7 
8 typedef epicsGuard<epicsMutex> Guard;
9 typedef epicsGuardRelease<epicsMutex> UnGuard;
10 
11 void registerGWClientIocsh();
12 void gwServerShutdown();
13 void gwClientShutdown();
14 void registerReadOnly();
15 
16 #endif // PVA2PVA_H