Tango Core Classes Reference
9.3.4
|
Asynchronous command execution callback data. More...
#include "tango.h"
Public Attributes | |
DeviceData & | argout |
The command argout. | |
string & | cmd_name |
The command name. | |
Tango::DeviceProxy * | device |
bool | err |
A boolean flag set to true if the command failed. False otherwise. | |
DevErrorList & | errors |
The error stack. | |
Asynchronous command execution callback data.
This class is used to pass data to the callback method in asynchronous callback model for command execution.
$Author$ $Revision$
Tango::DeviceProxy* Tango::CmdDoneEvent::device |
The DeviceProxy object on which the call was executed