tdaq-develop-2025-02-12
MessageFacilityTable.h
1 #ifndef _ots_DesktopIconTable_h_
2 #define _ots_DesktopIconTable_h_
3 
4 #include <string>
5 
6 #include "otsdaq/TableCore/TableBase.h"
7 
8 namespace ots
9 {
11 {
12  public:
14  virtual ~MessageFacilityTable(void);
15 
17  void init(ConfigurationManager* configManager);
18 
19  private:
20 };
21 } // namespace ots
22 #endif
void init(ConfigurationManager *configManager)
Methods.