tdaq-develop-2025-02-12
MakeSlowControls.h
1 #ifndef _ots_MakeSlowControls_h_
2 #define _ots_MakeSlowControls_h_
6 #include <string>
7 
8 namespace ots
9 {
10 class SlowControlsVInterface;
11 class ConfigurationTree;
12 
13 SlowControlsVInterface* makeSlowControls(
14  const std::string& slowControlsPluginName,
15  const std::string& slowControlsUID
17  ,
18  const ConfigurationTree& configurationTree
19  ,
20  const std::string& pathToControlsConfiguration);
21 
22 } // namespace ots
23 
24 #endif /* _ots_MakeSlowControls_h_ */
SlowControlsVInterface * makeSlowControls(const std::string &slowControlsPluginName, const std::string &slowControlsUID, const ConfigurationTree &configurationTree, const std::string &pathToControlsConfiguration)
Path to ControlsDashboard Table.