1 #ifndef _ots_SupervisorTableBase_h_
2 #define _ots_SupervisorTableBase_h_
4 #pragma GCC diagnostic push
5 #pragma GCC diagnostic ignored "-Wunused-parameter"
6 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
8 #pragma GCC diagnostic ignored "-Wcatch-value"
11 #pragma GCC diagnostic ignored "-Wdeprecated-copy"
13 #include <xdaq/Application.h>
14 #pragma GCC diagnostic pop
15 #include "otsdaq/Macros/CoutMacros.h"
16 #include "otsdaq/Macros/XDAQApplicationMacros.h"
24 typedef std::map<xdata::UnsignedIntegerT, XDAQ_CONST_CALL xdaq::ApplicationDescriptor*>
27 class SupervisorDescriptorInfoBase
36 virtual void init(xdaq::ApplicationContext* applicationContext);
37 virtual void destroy();
std::map< xdata::UnsignedIntegerT, XDAQ_CONST_CALL xdaq::ApplicationDescriptor * > SupervisorDescriptors
key is the crate number