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 
12 //class DTROSErrorWord;
13 
15 
16 public:
17 
20 
22  virtual ~DTROSErrorNotifier();
23 
25  void print();
26 
27  // >>> FIXME: Other methods to notify? to whom?
28 
29 private:
30 
32 
33 };
34 
35 #endif
void print()
Print out the error information >>> FIXME: to be implemented.
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
DTROSErrorWord error_
virtual ~DTROSErrorNotifier()
Destructor.