|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/SourceID.hpp"#include "daqdataformats/Types.hpp"#include <cstddef>#include <iostream>#include <ostream>#include <string>Go to the source code of this file.
Classes | |
| struct | dunedaq::daqdataformats::ComponentRequest |
| A request sent to a Component, including the SourceID of the component and the window offset and width. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::daqdataformats |
Functions | |
| std::ostream & | dunedaq::daqdataformats::operator<< (std::ostream &o, ComponentRequest const &cr) |
| Write out a ComponentRequest in human-readable form. | |
| std::istream & | dunedaq::daqdataformats::operator>> (std::istream &is, ComponentRequest &cr) |
| Read a ComponentRequest from a string stream. | |
Represents the requested timestamp range for a single component
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 ComponentRequest.hpp.