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