This is Unofficial EPICS BASE Doxygen Site
pvPlugin.h File Reference
#include <string>
#include <map>
#include <pv/lock.h>
#include <pv/bitSet.h>
#include <shareLib.h>
+ Include dependency graph for pvPlugin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  epics::pvCopy::PVPlugin
 A filter plugin that attaches to a field of a PVStrcture. More...
 
class  epics::pvCopy::PVFilter
 A Filter that is called when a copy PVStructure is being updated. More...
 
class  epics::pvCopy::PVPluginRegistry
 A registry for filter plugins for PVCopy. More...
 

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::pvCopy
 

Typedefs

typedef std::tr1::shared_ptr< PVCopy > epics::pvCopy::PVCopyPtr
 
typedef std::tr1::shared_ptr< PVPlugin > epics::pvCopy::PVPluginPtr
 
typedef std::tr1::shared_ptr< PVFilter > epics::pvCopy::PVFilterPtr