|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/ComponentRequest.hpp"#include "daqdataformats/SourceID.hpp"#include "daqdataformats/Types.hpp"#include <cstddef>#include <limits>#include <ostream>#include <string>#include <vector>#include "detail/TimeSliceHeader.hxx"Go to the source code of this file.
Classes | |
| struct | dunedaq::daqdataformats::TimeSliceHeader |
| Data fields associated with a TimeSliceHeader. More... | |
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::daqdataformats |
Functions | |
| std::ostream & | dunedaq::daqdataformats::operator<< (std::ostream &o, TimeSliceHeader const &hdr) |
TimeSliceHeader struct definition
An instance of this header provides metadata for the TimeSlice instance in which it's contained
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 TimeSliceHeader.hpp.