This is Unofficial EPICS BASE Doxygen Site
clientpvt.h File Reference
#include <utility>
#include <epicsEvent.h>
#include <epicsThread.h>
#include <pv/sharedPtr.h>
#include <pva/client.h>
+ Include dependency graph for clientpvt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pvac::detail::wrapped_shared_from_this< Derived >
 
struct  pvac::detail::CallbackStorage
 
struct  pvac::detail::CallbackGuard
 
struct  pvac::detail::CallbackUse
 

Namespaces

 pvac
 See Client API API.
 
 pvac::detail
 

Typedefs

typedef epicsGuard< epicsMutex > Guard
 
typedef epicsGuardRelease< epicsMutex > UnGuard
 

Functions

void pvac::detail::registerRefTrack ()
 
void pvac::detail::registerRefTrackGet ()
 
void pvac::detail::registerRefTrackPut ()
 
void pvac::detail::registerRefTrackMonitor ()
 
void pvac::detail::registerRefTrackRPC ()
 
void pvac::detail::registerRefTrackInfo ()
 

Typedef Documentation

typedef epicsGuard<epicsMutex> Guard

Definition at line 15 of file clientpvt.h.

typedef epicsGuardRelease<epicsMutex> UnGuard

Definition at line 16 of file clientpvt.h.