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 bool FESlowControlsWorkLoop::workLoopThread(toolbox::task::WorkLoop* workLoop)
00012 {
00013 return interface_->slowControlsRunning();
00014 }