00001 #include "otsdaq-core/FECore/FESlowControlsWorkLoop.h" 00002 #include "otsdaq-core/Macros/CoutMacros.h" 00003 00004 #include "otsdaq-core/FECore/FEVInterface.h" 00005 00006 #include <iostream> 00007 #include <sstream> 00008 00009 using namespace ots; 00010 00011 00012 bool FESlowControlsWorkLoop::workLoopThread(toolbox::task::WorkLoop* workLoop) 00013 { 00014 return false; 00015 // return interface_->slowControlsRunning(); 00016 }