This is Unofficial EPICS BASE Doxygen Site
transportRegistry.cpp File Reference
#include <pv/transportRegistry.h>
#include <pv/logger.h>
+ Include dependency graph for transportRegistry.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
 
#define LEAK_CHECK(PTR, NAME)   if((PTR) && !(PTR).unique()) { std::cerr<<"Leaking Transport " NAME " use_count="<<(PTR).use_count()<<"\n"<<show_referrers(PTR, false);}
 

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 7 of file transportRegistry.cpp.

#define LEAK_CHECK (   PTR,
  NAME 
)    if((PTR) && !(PTR).unique()) { std::cerr<<"Leaking Transport " NAME " use_count="<<(PTR).use_count()<<"\n"<<show_referrers(PTR, false);}

Definition at line 117 of file transportRegistry.cpp.