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