|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/IOManager.hpp"#include "iomanager/Sender.hpp"#include "appmodel/DataHandlerModule.hpp"#include "datahandlinglibs/ReadoutLogging.hpp"#include "datahandlinglibs/FrameErrorRegistry.hpp"#include "datahandlinglibs/DataHandlingIssues.hpp"#include "datahandlinglibs/models/DefaultSkipListRequestHandler.hpp"#include "trigger/TriggerPrimitiveTypeAdapter.hpp"#include "trigger/TPSet.hpp"#include "logging/Logging.hpp"#include <atomic>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | dunedaq::trigger::TPRequestHandler |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::trigger |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (trigger, DroppedTPSet, "Failed to send TPs from "<< s_ts<< " to "<< e_ts,((uint64_t) s_ts)((uint64_t) e_ts)) ERS_DECLARE_ISSUE(trigger | |
Variables | |
| dunedaq::TPHandlerMsg | |
| dunedaq::infomsg | |
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 TPRequestHandler.hpp.