|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/SourceID.hpp"#include "daqdataformats/Types.hpp"#include <cstddef>#include <iostream>#include <ostream>#include <string>#include "detail/ComponentRequest.hxx"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 |
| Including Qt Headers. | |
| namespace | dunedaq::daqdataformats |
Functions | |
| std::ostream & | dunedaq::daqdataformats::operator<< (std::ostream &o, ComponentRequest const &cr) |
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.