CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTROSErrorNotifier.h
Go to the documentation of this file.
1 #ifndef DTROSErrorNotifier_h
2 #define DTROSErrorNotifier_h
3 
10 //class DTROSErrorWord;
11 
13 
14 public:
15 
18 
20  virtual ~DTROSErrorNotifier();
21 
23  void print();
24 
25  // >>> FIXME: Other methods to notify? to whom?
26 
27 private:
28 
30 
31 };
32 
33 #endif
void print()
Print out the error information >>> FIXME: to be implemented.
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
DTROSErrorWord error_
virtual ~DTROSErrorNotifier()
Destructor.