pvAccessCPP  7.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Attributes | List of all members
pvac::GetEvent Struct Reference

Information on get/rpc completion. More...

#include <client/pva/client.h>

Inheritance diagram for pvac::GetEvent:
Inheritance graph
[legend]
Collaboration diagram for pvac::GetEvent:
Collaboration graph
[legend]

Public Types

enum  event_t { Fail, Cancel, Success }
 

Public Attributes

epics::pvData::PVStructure::const_shared_pointer value
 New data. NULL unless event==Success.
 
epics::pvData::BitSet::const_shared_pointer valid
 Mask of fields in value which have been initialized by the server. More...
 
enum pvac::PutEvent::event_t event
 
std::string message
 Check when event==Fail.
 

Detailed Description

Information on get/rpc completion.

Definition at line 99 of file client.h.

Member Enumeration Documentation

enum pvac::PutEvent::event_t
inherited
Enumerator
Fail 

request ends in failure. Check message

Cancel 

request cancelled before completion

Success 

It worked!

Definition at line 90 of file client.h.

Member Data Documentation

epics::pvData::BitSet::const_shared_pointer pvac::GetEvent::valid

Mask of fields in value which have been initialized by the server.

Since
6.1.0

Definition at line 105 of file client.h.


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