Tango Core Classes Reference
9.3.4
|
Device interface change event callback execution data. More...
#include "tango.h"
Public Attributes | |
AttributeInfoListEx | att_list |
Device attribute list info. | |
CommandInfoList | cmd_list |
Device command list info. | |
bool | dev_started |
Device started flag (true when event sent due to device being (re)started and with only a possible but not sure interface change) | |
DeviceProxy * | device |
string | device_name |
The device name. | |
bool | err |
A boolean flag set to true if the request failed. False otherwise. | |
DevErrorList | errors |
The error stack. | |
string | event |
The event name. | |
Device interface change event callback execution data.
This class is used to pass data to the callback method when a device interface change event is sent to the client.
$Author$ $Revision$
DeviceProxy* Tango::DevIntrChangeEventData::device |
The DeviceProxy object on which the call was executed