Tango Core Classes Reference  9.3.4
Tango::AttrWrittenEvent Class Reference

Asynchronous write attribute execution callback data. More...

#include "tango.h"

Collaboration diagram for Tango::AttrWrittenEvent:

Public Attributes

vector< string > & attr_names
 The attribute name list.
 
Tango::DeviceProxy * device
 
bool err
 A boolean flag set to true if the request failed. False otherwise.
 
NamedDevFailedListerrors
 The error stack.
 

Detailed Description

Asynchronous write attribute execution callback data.

This class is used to pass data to the callback method in asynchronous callback model for write_attribute(s) execution.

$Author$ $Revision$

Member Data Documentation

◆ device

Tango::DeviceProxy* Tango::AttrWrittenEvent::device

The DeviceProxy object on which the call was executed


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