pvAccessCPP
7.1.7
|
See Client API API. More...
Classes | |
struct | Operation |
Handle for in-progress get/put/rpc operation. More... | |
struct | PutEvent |
Information on put completion. More... | |
struct | GetEvent |
Information on get/rpc completion. More... | |
struct | Monitor |
Handle for monitor subscription. More... | |
struct | MonitorEvent |
Information on monitor subscription/queue change. More... | |
struct | MonitorSync |
Subscription usable w/o callbacks. More... | |
struct | ConnectEvent |
information on connect/disconnect More... | |
struct | Timeout |
Thrown by blocking methods of ClientChannel on operation timeout. More... | |
class | ClientChannel |
Represents a single channel. More... | |
class | ClientProvider |
Central client context. More... | |
Functions | |
::std::ostream & | operator<< (::std::ostream &strm, const Operation &op) |
::std::ostream & | operator<< (::std::ostream &strm, const Monitor &op) |
::std::ostream & | operator<< (::std::ostream &strm, const ClientChannel &op) |
::std::ostream & | operator<< (::std::ostream &strm, const ClientProvider &op) |
See Client API API.