Tango Core Classes Reference  9.2.5
Tango::GroupCmdReplyList Class Reference

Group reply for a command execution. More...

#include "tango.h"

Inherits vector< GroupCmdReply >.

Public Member Functions

bool has_failed () const
 Check if an error has occured. More...
 
void reset ()
 Reset the object. More...
 

Detailed Description

Group reply for a command execution.

This class inherits from vector<GroupCmdReply> and therefore, each device in the group heierarchy has his own GroupCmdReply object which can be retrieved with the classical vector [] operator

Author
taurel
Revision
27410

Member Function Documentation

bool Tango::GroupCmdReplyList::has_failed ( ) const
inline

Check if an error has occured.

Returns a boolean set to true if the command executed on the group has failed for any device member of the hierarchy. Otherwise, returns false

Returns
The error flag
void Tango::GroupCmdReplyList::reset ( )
inline

Reset the object.

This methods empty the inherited vector and reset the error flag


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