CMS 3D CMS Logo

DTROSErrorNotifier.h
Go to the documentation of this file.
1 #ifndef DTROSErrorNotifier_h
2 #define DTROSErrorNotifier_h
3 
10 //class DTROSErrorWord;
11 
13 public:
16 
18  virtual ~DTROSErrorNotifier();
19 
21  void print();
22 
23  // >>> FIXME: Other methods to notify? to whom?
24 
25 private:
27 };
28 
29 #endif
void print()
Print out the error information >>> FIXME: to be implemented.
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
DTROSErrorWord error_
virtual ~DTROSErrorNotifier()
Destructor.