This is Unofficial EPICS BASE Doxygen Site
security.cpp File Reference
#include <osiProcess.h>
#include <epicsThread.h>
#include <epicsGuard.h>
#include <pv/epicsException.h>
#include <pv/reftrack.h>
#include <pv/securityImpl.h>
+ Include dependency graph for security.cpp:

Go to the source code of this file.

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::pvAccess
 Holds all PVA related.
 

Macros

#define epicsExportSharedSymbols
 

Typedefs

typedef epicsGuard< epicsMutex > Guard
 

Macro Definition Documentation

#define epicsExportSharedSymbols

Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.

Definition at line 14 of file security.cpp.

Typedef Documentation

typedef epicsGuard<epicsMutex> Guard

Definition at line 17 of file security.cpp.

Variable Documentation

AuthorizationRegistry authorizers

Definition at line 162 of file security.cpp.

AuthenticationRegistry clients

Definition at line 161 of file security.cpp.

epicsMutex mutex
mutable

Definition at line 160 of file security.cpp.

AuthenticationRegistry servers

Definition at line 161 of file security.cpp.