pvAccessCPP
7.1.7
|
Request to get data from a channel. More...
#include <client/pv/pvAccess.h>
Public Types | |
typedef std::tr1::shared_ptr < ChannelGet > | shared_pointer |
typedef std::tr1::shared_ptr < const ChannelGet > | const_shared_pointer |
typedef std::tr1::weak_ptr < ChannelGet > | weak_pointer |
typedef std::tr1::weak_ptr < const ChannelGet > | const_weak_pointer |
typedef ChannelGetRequester | requester_type |
Public Member Functions | |
virtual void | get ()=0 |
Get data from the channel. More... | |
virtual std::tr1::shared_ptr < Channel > | getChannel ()=0 |
Get a channel instance this request belongs to. More... | |
virtual void | cancel ()=0 |
Cancel any pending request. More... | |
virtual void | lastRequest ()=0 |
Announce next request as last request. More... | |
virtual void | destroy () |
Destroy this instance. | |
virtual void | lock () |
virtual void | unlock () |
Static Public Attributes | |
static size_t | num_instances |
Request to get data from a channel.
Definition at line 489 of file pvAccess.h.
|
pure virtualinherited |
Cancel any pending request.
Completion will be reported via request's response callback:
|
pure 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.
|
pure virtualinherited |
Get a channel instance this request belongs to.
|
pure virtualinherited |
Announce next request as last request.
When last request will be completed (regardless of completion status) the remote and local instance will be destroyed.