CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTROSErrorNotifier Class Reference

#include <DTROSErrorNotifier.h>

List of all members.

Public Member Functions

 DTROSErrorNotifier (DTROSErrorWord error)
 Constructor.
void print ()
 Print out the error information >>> FIXME: to be implemented.
virtual ~DTROSErrorNotifier ()
 Destructor.

Private Attributes

DTROSErrorWord error_

Detailed Description

Date:
2007/05/07 16:16:39
Revision:
1.3
Author:
M. Zanetti - INFN Padova

Definition at line 14 of file DTROSErrorNotifier.h.


Constructor & Destructor Documentation

DTROSErrorNotifier::DTROSErrorNotifier ( DTROSErrorWord  error)

Constructor.

Definition at line 16 of file DTROSErrorNotifier.cc.

: error_(error) {}
DTROSErrorNotifier::~DTROSErrorNotifier ( ) [virtual]

Destructor.

Definition at line 19 of file DTROSErrorNotifier.cc.

{}

Member Function Documentation

void DTROSErrorNotifier::print ( void  )

Print out the error information >>> FIXME: to be implemented.

Definition at line 22 of file DTROSErrorNotifier.cc.

References gather_cfg::cout, error_, DTROSErrorWord::errorType(), and DTROSErrorWord::robID().

                               {

    cout<<"[DTUnpackingModule]: WARNING!! ROS Error of type "<<error_.errorType()
        <<", from ROB "<<error_.robID()<<endl;

}

Member Data Documentation

Definition at line 31 of file DTROSErrorNotifier.h.

Referenced by print().