Tango Core Classes Reference  9.3.4
Tango::DevIntrChangeEventData Class Reference

Device interface change event callback execution data. More...

#include "tango.h"

Collaboration diagram for Tango::DevIntrChangeEventData:

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

Detailed Description

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$

Member Data Documentation

◆ device

DeviceProxy* Tango::DevIntrChangeEventData::device

The DeviceProxy object on which the call was executed


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