![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "pvAccess.h"
Inheritance diagram for epics::pvAccess::ChannelFind:
Collaboration diagram for epics::pvAccess::ChannelFind:Public Types | |
| typedef ChannelFindRequester | requester_type |
Public Member Functions | |
| POINTER_DEFINITIONS (ChannelFind) | |
| ChannelFind () | |
| virtual | ~ChannelFind () |
| virtual std::tr1::shared_ptr< ChannelProvider > | getChannelProvider ()=0 |
| virtual void | cancel ()=0 |
Public Member Functions inherited from epics::pvAccess::Destroyable | |
| POINTER_DEFINITIONS (Destroyable) | |
| virtual void | destroy ()=0 |
Static Public Member Functions | |
| static ChannelFind::shared_pointer | buildDummy (const std::tr1::shared_ptr< ChannelProvider > &provider) |
Additional Inherited Members | |
Protected Member Functions inherited from epics::pvAccess::Destroyable | |
| virtual | ~Destroyable () |
Definition at line 404 of file pvAccess.h.
Definition at line 408 of file pvAccess.h.
|
inline |
Definition at line 410 of file pvAccess.h.
|
inlinevirtual |
Definition at line 411 of file pvAccess.h.
|
static |
Allocate a no-op ChannelFind. This is sufficient for most, if not all, ChannelProvider implementations. Holds only a weak_ptr<ChannelProvider>
Definition at line 473 of file pvAccess.cpp.
|
pure virtual |
|
pure virtual |
| epics::pvAccess::ChannelFind::POINTER_DEFINITIONS | ( | ChannelFind | ) |