|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cassert>#include <cstddef>#include <cstdint>#include <iomanip>#include <istream>#include <limits>#include <ostream>#include <sstream>#include <string>#include <tuple>#include "detail/SourceID.hxx"Go to the source code of this file.
Classes | |
| struct | dunedaq::daqdataformats::SourceID |
| SourceID is a generalized representation of the source of a piece of data in the DAQ. That source could be a physical location in the detector, a running process in the DAQ (e.g. a dataflow app, the source of a data request), etc. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::daqdataformats |
Identification for the origin of a dunedaq::daqdataformats::Fragment instance in the DAQ
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file SourceID.hpp.