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 <atomic>
#include <memory>
#include <string>
#include "detail/DefaultSkipListRequestHandler.hxx"
Go to the source code of this file.
Classes | |
class | dunedaq::datahandlinglibs::DefaultSkipListRequestHandler< T > |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Trigger matching mechanism used for skip list based LBs in readout models
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 DefaultSkipListRequestHandler.hpp.