tdaq-develop-2025-02-12
FESlowControlsWorkLoop.cc
1 #include "otsdaq/FECore/FESlowControlsWorkLoop.h"
2 #include "otsdaq/Macros/CoutMacros.h"
3 
4 #include "otsdaq/FECore/FEVInterface.h"
5 
6 #include <iostream>
7 #include <sstream>
8 
9 using namespace ots;
10 
11 bool FESlowControlsWorkLoop::workLoopThread(toolbox::task::WorkLoop* /*workLoop*/)
12 {
13  return interface_->slowControlsRunning();
14 }
bool slowControlsRunning(void)
slow controls workloop calls this