This is Unofficial EPICS BASE Doxygen Site
pvac::GetEvent Struct Reference

Information on get/rpc completion. More...

#include "client.h"

+ Inheritance diagram for pvac::GetEvent:
+ Collaboration diagram for pvac::GetEvent:

Public Attributes

epics::pvData::PVStructure::const_shared_pointer value
 New data. NULL unless event==Success. More...
 
epics::pvData::BitSet::const_shared_pointer valid
 
- Public Attributes inherited from pvac::PutEvent
enum pvac::PutEvent::event_t event
 
std::string message
 Check when event==Fail. More...
 

Additional Inherited Members

- Public Types inherited from pvac::PutEvent
enum  event_t { Fail, Cancel, Success }
 

Detailed Description

Information on get/rpc completion.

Definition at line 99 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.

epics::pvData::PVStructure::const_shared_pointer pvac::GetEvent::value

New data. NULL unless event==Success.

Definition at line 102 of file client.h.


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