|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/FragmentHeader.hpp"#include "daqdataformats/SourceID.hpp"#include "daqdataformats/Types.hpp"#include <bitset>#include <cstdint>#include <cstdlib>#include <cstring>#include <new>#include <numeric>#include <stdexcept>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | dunedaq::daqdataformats::Fragment |
| C++ Representation of a DUNE Fragment, wrapping the flat byte array that is the Fragment's "actual" form. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::daqdataformats |
Data Fragment Interface
This class respresents the data response of one element to a Dataflow DataRequest message. This version is not serializable, and classes wanting to stream it/write it to disk must also fetch the data associated with the Fragment.
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 Fragment.hpp.