Tango Core Classes Reference  9.3.4
Tango::EventData Class Reference

Event callback execution data. More...

#include "tango.h"

Inherited by Tango::FwdEventData.

Collaboration diagram for Tango::EventData:

Public Attributes

string attr_name
 The attribute name.
 
DeviceAttributeattr_value
 The attribute data.
 
DeviceProxydevice
 
bool err
 A boolean flag set to true if the request failed. False otherwise.
 
DevErrorList errors
 The error stack.
 
string event
 The event name.
 

Detailed Description

Event callback execution data.

This class is used to pass data to the callback method when an event is sent to the client

$Author$ $Revision$

Member Data Documentation

◆ device

DeviceProxy* Tango::EventData::device

The DeviceProxy object on which the call was executed


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