00001 #ifndef _ots_MakeSlowControls_h_
00002 #define _ots_MakeSlowControls_h_
00003
00004
00005
00006 #include <string>
00007
00008 namespace ots
00009 {
00010 class SlowControlsVInterface;
00011 class ConfigurationTree;
00012
00013 SlowControlsVInterface* makeSlowControls(
00014 const std::string& slowControlsPluginName,
00015 const std::string& slowControlsUID
00016
00017 ,
00018 const ConfigurationTree& configurationTree
00019 ,
00020 const std::string& pathToControlsConfiguration);
00021
00022 }
00023
00024 #endif