1 #ifndef _ots_MakeSlowControls_h_
2 #define _ots_MakeSlowControls_h_
10 class SlowControlsVInterface;
11 class ConfigurationTree;
13 SlowControlsVInterface* makeSlowControls(
14 const std::string& slowControlsPluginName,
15 const std::string& slowControlsUID
18 const ConfigurationTree& configurationTree
20 const std::string& pathToControlsConfiguration);