pvAccessCPP  7.1.6
Public Member Functions | Protected Attributes | Friends | List of all members
pvac::Operation Struct Reference

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)
 

Detailed Description

Handle for in-progress get/put/rpc operation.

Definition at line 50 of file client.h.

Member Function Documentation

◆ cancel()

void pvac::Operation::cancel ( )

Immediate cancellation.

Does not wait for remote confirmation.


The documentation for this struct was generated from the following file: