Tango Core Classes Reference
9.3.4
|
An exception class. More...
#include "tango.h"
Inherits DevFailed.
Public Member Functions | |
bool | call_failed () |
Check if the call failed. More... | |
size_t | get_faulty_attr_nb () |
Get faulty attribute number. More... | |
Public Attributes | |
vector< NamedDevFailed > | err_list |
There is one element in this vector for each attribute which failed during its writing. | |
An exception class.
This class is used as exception for the DeviceProxy::write_attribute call()
$Author$ $Revision$
|
inline |
Check if the call failed.
This method returns true if at least one attribute failed during the call
|
inline |
Get faulty attribute number.
Returns the number of attributes which failed during the write_attribute call.