$treeview $search $mathjax $extrastylesheet
00001 #ifndef _ots_FERRegisterConfiguration_h_ 00002 #define _ots_FERRegisterConfiguration_h_ 00003 00004 #include "otsdaq-core/ConfigurationDataFormats/RegisterTable.h" 00005 00006 namespace ots 00007 { 00008 class FERRegisterConfiguration : public ots::RegisterConfiguration 00009 { 00010 public: 00011 FERRegisterConfiguration(void); 00012 virtual ~FERRegisterConfiguration(void); 00013 }; 00014 } // namespace ots 00015 #endif