tdaq-develop-2025-02-12
MakeTable.h
1 #ifndef _ots_makeTable_h_
2 #define _ots_makeTable_h_
6 #include <string>
7 
8 namespace ots
9 {
10 class TableBase;
11 
12 TableBase* makeTable(std::string const& tablePluginName);
13 
14 } // namespace ots
15 
16 #endif /* _ots_makeTable_h_ */