Tango Core Classes Reference
9.3.4
|
Attribute configuration change event callback execution data. More...
#include "tango.h"
Inherited by Tango::FwdAttrConfEventData.
Public Attributes | |
AttributeInfoEx * | attr_conf |
The attribute configuration. | |
string | attr_name |
The attribute name. | |
DeviceProxy * | device |
bool | err |
A boolean flag set to true if the request failed. False otherwise. | |
DevErrorList | errors |
The error stack. | |
string | event |
The event name. | |
Attribute configuration change event callback execution data.
This class is used to pass data to the callback method when an attribute configuration event is sent to the client
$Author$ $Revision$
DeviceProxy* Tango::AttrConfEventData::device |
The DeviceProxy object on which the call was executed