![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "pvAccess.h"
Public Member Functions | |
SimpleChannelProviderFactory (const std::string &name) | |
virtual | ~SimpleChannelProviderFactory () |
virtual std::string | getFactoryName () OVERRIDE FINAL |
virtual ChannelProvider::shared_pointer | sharedInstance () OVERRIDE FINAL |
virtual ChannelProvider::shared_pointer | newInstance (const std::tr1::shared_ptr< Configuration > &conf) OVERRIDE FINAL |
![]() | |
POINTER_DEFINITIONS (ChannelProviderFactory) | |
ChannelProviderFactory () | |
virtual | ~ChannelProviderFactory () |
virtual ChannelProvider::shared_pointer | newInstance () |
Simple ChannelProviderFactory which requires the existance of a ctor Provider(const std::tr1::shared_ptr<Configuration>& conf) which is called with a Configuration instance or NULL (use some defaults)
Definition at line 1362 of file pvAccess.h.
|
inline |
Definition at line 1364 of file pvAccess.h.
|
inlinevirtual |
Definition at line 1365 of file pvAccess.h.
|
inlinevirtual |
Get factory name (i.e. name of the provider).
Implements epics::pvAccess::ChannelProviderFactory.
Definition at line 1367 of file pvAccess.h.
|
inlinevirtual |
Create a new instance using a specific Configuration.
Reimplemented from epics::pvAccess::ChannelProviderFactory.
Definition at line 1380 of file pvAccess.h.
|
inlinevirtual |
Get a shared instance using the default Configuration.
Implements epics::pvAccess::ChannelProviderFactory.
Definition at line 1369 of file pvAccess.h.