tdaq-develop-2025-02-12
MakeConfigurationInterface.h
1 #ifndef _ots_makeConfigurationInterface_h_
2 #define _ots_makeConfigurationInterface_h_
6 #include <string>
7 
8 namespace ots
9 {
10 class ConfigurationInterface;
11 
12 ConfigurationInterface* makeConfigurationInterface(
13  std::string const& interfacePluginName);
14 
15 } // namespace ots
16 
17 #endif /* _ots_makeConfigurationInterface_h_ */