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