00001 #ifndef _ots_SupervisorConfiguration_h_ 00002 #define _ots_SupervisorConfiguration_h_ 00003 00004 #include "otsdaq-core/SupervisorDescriptorInfo/SupervisorDescriptorInfoBase.h" 00005 00006 namespace ots 00007 { 00008 00009 class SupervisorDescriptorInfo : public SupervisorDescriptorInfoBase 00010 { 00011 public: 00012 00013 SupervisorDescriptorInfo (void); 00014 virtual ~SupervisorDescriptorInfo(void); 00015 00016 protected: 00017 private: 00018 00019 }; 00020 } 00021 #endif