Tango Core Classes Reference  9.2.5
Tango::NamedDevFailedList Class Reference

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< NamedDevFailederr_list
 There is one element in this vector for each attribute which failed during its writing.
 

Detailed Description

An exception class.

This class is used as exception for the DeviceProxy::write_attribute call()

Author
taurel
Revision
28101

Member Function Documentation

bool Tango::NamedDevFailedList::call_failed ( )
inline

Check if the call failed.

This method returns true if at least one attribute failed during the call

Returns
A boolean set to true if the call failed for at least one attribute
size_t Tango::NamedDevFailedList::get_faulty_attr_nb ( )
inline

Get faulty attribute number.

Returns the number of attributes which failed during the write_attribute call.

Returns
The number of attribute(s) which fail during the write_attribute call

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