1 #ifndef _ots_OtsSlowControlsInterface_h
2 #define _ots_OtsSlowControlsInterface_h
7 #include "otsdaq-core/NetworkUtilities/ReceiverSocket.h"
8 #include "otsdaq-core/SlowControlsCore/SlowControlsVInterface.h"
16 const ConfigurationTree& theXDAQContextConfigTree,
17 const std::string& controlsConfigurationPath);
23 std::string getList(std::string format);
24 void subscribe(std::string Name);
25 void subscribeJSON(std::string List);
26 void unsubscribe(std::string Name);
27 std::array<std::string, 4> getCurrentValue(std::string Name);
28 std::array<std::string, 9> getSettings(std::string Name);