Tango Core Classes Reference
9.3.4
|
Asynchronous read attribute execution callback data. More...
#include "tango.h"
Public Attributes | |
vector< DeviceAttribute > * | argout |
The attribute data. | |
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. | |
DevErrorList & | errors |
The error stack. | |
Asynchronous read attribute execution callback data.
This class is used to pass data to the callback method in asynchronous callback model for read_attribute(s) execution
$Author$ $Revision$
Tango::DeviceProxy* Tango::AttrReadEvent::device |
The DeviceProxy object on which the call was executed