otsdaq  v2_01_00
FESlowControlsWorkLoop.cc
1 #include "otsdaq-core/FECore/FESlowControlsWorkLoop.h"
2 #include "otsdaq-core/Macros/CoutMacros.h"
3 
4 #include "otsdaq-core/FECore/FEVInterface.h"
5 
6 #include <iostream>
7 #include <sstream>
8 
9 using namespace ots;
10 
11 
12 bool FESlowControlsWorkLoop::workLoopThread(toolbox::task::WorkLoop* workLoop)
13 {
14  return false;
15 // return interface_->slowControlsRunning();
16 }