|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "confmodel/DaqModule.hpp"#include "confmodel/Connection.hpp"#include "appmodel/DataHandlerModule.hpp"#include "appmodel/DataHandlerConf.hpp"#include "appmodel/RequestHandler.hpp"#include "appmodel/LatencyBuffer.hpp"#include "appmodel/DataProcessor.hpp"#include "datahandlinglibs/opmon/datahandling_info.pb.h"#include "iomanager/IOManager.hpp"#include "iomanager/Sender.hpp"#include "iomanager/Receiver.hpp"#include "logging/Logging.hpp"#include "daqdataformats/ComponentRequest.hpp"#include "daqdataformats/Fragment.hpp"#include "dfmessages/DataRequest.hpp"#include "dfmessages/TimeSync.hpp"#include "datahandlinglibs/ReadoutLogging.hpp"#include "datahandlinglibs/concepts/DataHandlingConcept.hpp"#include "datahandlinglibs/DataMoveCallbackRegistry.hpp"#include "datahandlinglibs/FrameErrorRegistry.hpp"#include "datahandlinglibs/concepts/LatencyBufferConcept.hpp"#include "datahandlinglibs/concepts/RawDataProcessorConcept.hpp"#include "datahandlinglibs/concepts/RequestHandlerConcept.hpp"#include "datahandlinglibs/DataHandlingIssues.hpp"#include "utilities/ReusableThread.hpp"#include <folly/coro/Baton.h>#include <folly/coro/Task.h>#include <folly/futures/ThreadWheelTimekeeper.h>#include <functional>#include <memory>#include <string>#include <utility>#include <vector>#include "detail/SNBDataHandlingModel.hxx"Go to the source code of this file.
Classes | |
| class | dunedaq::snbmodules::SNBDataHandlingModel< ReadoutType, RequestHandlerType, LatencyBufferType, RawDataProcessorType, InputDataType > |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::snbmodules |
Glue between data source, payload raw processor, latency buffer and request handler.
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file SNBDataHandlingModel.hpp.