![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Public Member Functions | |
POINTER_DEFINITIONS (ChannelGetLocal) | |
virtual | ~ChannelGetLocal () |
virtual void | destroy () |
virtual void | get () |
virtual std::tr1::shared_ptr< Channel > | getChannel () |
virtual void | cancel () |
virtual void | lock () |
virtual void | unlock () |
virtual void | lastRequest () |
![]() | |
POINTER_DEFINITIONS (ChannelGet) | |
virtual | ~ChannelGet () |
![]() | |
POINTER_DEFINITIONS (ChannelRequest) | |
ChannelRequest () | |
virtual | ~ChannelRequest () |
![]() | |
POINTER_DEFINITIONS (Destroyable) | |
![]() | |
POINTER_DEFINITIONS (Lockable) | |
virtual | ~Lockable () |
Static Public Member Functions | |
static ChannelGetLocalPtr | create (ChannelLocalPtr const &channelLocal, ChannelGetRequester::shared_pointer const &channelGetRequester, PVStructurePtr const &pvRequest, PVRecordPtr const &pvRecord) |
Additional Inherited Members | |
![]() | |
typedef ChannelGetRequester | requester_type |
![]() | |
static size_t | num_instances |
![]() | |
virtual | ~Destroyable () |
Definition at line 206 of file channelLocal.cpp.
|
virtual |
Definition at line 302 of file channelLocal.cpp.
|
inlinevirtual |
Cancel any pending request. Completion will be reported via request's response callback:
Implements epics::pvAccess::ChannelRequest.
Definition at line 221 of file channelLocal.cpp.
|
static |
Definition at line 260 of file channelLocal.cpp.
|
inlinevirtual |
Destroy this instance.
Implements epics::pvAccess::Destroyable.
Definition at line 213 of file channelLocal.cpp.
|
virtual |
Get data from the channel.
Ownership of the PVStructure passed to ChannelGetRequester::getDone() is returned to the ChannelGet.
Completion status is reported by calling ChannelGetRequester::getDone() callback.
Implements epics::pvAccess::ChannelGet.
Definition at line 327 of file channelLocal.cpp.
|
virtual |
Get a channel instance this request belongs to.
Implements epics::pvAccess::ChannelRequest.
Definition at line 307 of file channelLocal.cpp.
|
inlinevirtual |
Announce next request as last request. When last request will be completed (regardless of completion status) the remote and local instance will be destroyed.
Implements epics::pvAccess::ChannelRequest.
Definition at line 224 of file channelLocal.cpp.
|
virtual |
Reimplemented from epics::pvAccess::Lockable.
Definition at line 313 of file channelLocal.cpp.
epics::pvDatabase::ChannelGetLocal::POINTER_DEFINITIONS | ( | ChannelGetLocal | ) |
|
virtual |
Reimplemented from epics::pvAccess::Lockable.
Definition at line 319 of file channelLocal.cpp.