otsdaq  v1_01_03
 All Classes Namespaces Functions
SupervisorDescriptorInfo.h
1 #ifndef _ots_SupervisorConfiguration_h_
2 #define _ots_SupervisorConfiguration_h_
3 
4 #include "otsdaq-core/SupervisorDescriptorInfo/SupervisorDescriptorInfoBase.h"
5 
6 namespace ots
7 {
8 
10 {
11 public:
12 
14  virtual ~SupervisorDescriptorInfo(void);
15 
16 protected:
17 private:
18 
19 };
20 }
21 #endif