|
pvAccessCPP
7.1.1
|
Handle for in-progress get/put/rpc operation. More...
#include <client/pva/client.h>
Public Member Functions | |
| Operation (const std::tr1::shared_ptr< Impl > &) | |
| std::string | name () const |
| Channel name. | |
| void | cancel () |
| Immediate cancellation. More... | |
| bool | valid () const |
| operator bool_type () const | |
| void | reset () |
Protected Attributes | |
| std::tr1::shared_ptr< Impl > | impl |
Friends | |
| epicsShareFunc ::std::ostream & | operator<< (::std::ostream &strm, const Operation &op) |
| void pvac::Operation::cancel | ( | ) |
Immediate cancellation.
Does not wait for remote confirmation.
1.8.13