otsdaq  v2_05_02_indev
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*/) { return interface_->slowControlsRunning(); }