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/DefaultRequestHandlerModel.hpp"
#include "datahandlinglibs/models/SkipListLatencyBufferModel.hpp"
#include "fddetdataformats/DAPHNEFrame.hpp"
#include "fdreadoutlibs/DAPHNESuperChunkTypeAdapter.hpp"
#include <atomic>
#include <deque>
#include <functional>
#include <future>
#include <iomanip>
#include <memory>
#include <string>
#include <thread>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | dunedaq::fdreadoutlibs::DAPHNEListRequestHandler |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::fdreadoutlibs |
Trigger matching mechanism for DAPHNE frames with SkipList latency buffer
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 DAPHNEListRequestHandler.hpp.