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