![]() |
Tango Core Classes Reference
9.3.3
|
Single element group reply for a read attribute execution. More...
#include "tango.h"


Public Member Functions | |
| DeviceAttribute & | get_data () |
| Get attribute data. More... | |
| template<typename T > | |
| bool | operator>> (T &dest) |
| Get attribute data and extract them. More... | |
Public Member Functions inherited from Tango::GroupReply | |
| const std::string & | dev_name () const |
| Get device name. More... | |
| const DevErrorList & | get_err_stack () const |
| Get error stack. More... | |
| bool | has_failed () const |
| Check if an error has occured. More... | |
| const std::string & | obj_name () const |
| Get object name. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Tango::GroupReply | |
| static bool | enable_exception (bool exception_mode=true) |
| Enable/Disable exception. More... | |
Single element group reply for a read attribute execution.
$Author$ $Revision$
| DeviceAttribute& Tango::GroupAttrReply::get_data | ( | ) |
Get attribute data.
Get attribute data for a device member of a group hierarchy
| bool Tango::GroupAttrReply::operator>> | ( | T & | dest | ) |
Get attribute data and extract them.
Get attribute data for a device member of a group hierarchy and extract them in the provided variable
| [out] | dest | The variable in which the data should be extracted |
References Tango::DeviceAttribute::exceptions().