DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "logging/Logging.hpp"
#include "datahandlinglibs/FrameErrorRegistry.hpp"
#include "datahandlinglibs/DataHandlingIssues.hpp"
#include "datahandlinglibs/ReadoutLogging.hpp"
#include "datahandlinglibs/models/TaskRawDataProcessorModel.hpp"
#include "fddetdataformats/DAPHNEStreamFrame.hpp"
#include "fdreadoutlibs/DAPHNEStreamSuperChunkTypeAdapter.hpp"
#include <atomic>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | dunedaq::fdreadoutlibs::DAPHNEStreamFrameProcessor |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::fdreadoutlibs |
DAPHNE specific Task based raw processor for DAPHNE Streaming mode
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.
DAPHNE specific Task based raw processor implementation for streaming mode
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 DAPHNEStreamFrameProcessor.hpp.