DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "fdreadoutlibs/DUNEWIBEthTypeAdapter.hpp"
#include "iomanager/IOManager.hpp"
#include "iomanager/Sender.hpp"
#include "logging/Logging.hpp"
#include "datahandlinglibs/models/TaskRawDataProcessorModel.hpp"
#include "trigger/TriggerPrimitiveTypeAdapter.hpp"
#include "fdreadoutlibs/FDReadoutIssues.hpp"
#include "appmodel/DataHandlerModule.hpp"
#include "confmodel/Connection.hpp"
#include "daqdataformats/Types.hpp"
#include "detchannelmaps/TPCChannelMap.hpp"
#include "trgdataformats/Types.hpp"
#include "tpglibs/TPGenerator.hpp"
#include <algorithm>
#include <atomic>
#include <bitset>
#include <functional>
#include <future>
#include <memory>
#include <pthread.h>
#include <queue>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include <random>
Go to the source code of this file.
Classes | |
class | dunedaq::fdreadoutlibs::WIBEthFrameProcessor |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::fdreadoutlibs |
WIBEth specific Task based raw processor
This is part of the DUNE DAQ , copyright 2022. Licensing/copyright details are in the COPYING file that you should have received with this code.
WIBEth specific Task based raw processor
This is part of the DUNE DAQ , copyright 2023. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file WIBEthFrameProcessor.hpp.