pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
pvac::GetEvent Struct Reference

Information on get/rpc completion. More...

#include <client/pva/client.h>

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

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.
 
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

◆ event_t

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

◆ message

std::string pvac::PutEvent::message
inherited

Check when event==Fail.

Definition at line 95 of file client.h.

◆ valid

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.

◆ value

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: