1 #ifndef _ots_MakeInterface_h_
2 #define _ots_MakeInterface_h_
12 class ConfigurationTree;
14 std::unique_ptr<FEVInterface> makeInterface(
15 const std::string& interfacePluginName,
16 const std::string& interfaceUID,
17 const ConfigurationTree& configurationTree,
18 const std::string& pathToInterfaceConfiguration);