|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <bitset>#include <iostream>#include <vector>#include <stdexcept>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | dunedaq::fddetdataformats::WIBHeader |
| WIB header struct. More... | |
| struct | dunedaq::fddetdataformats::ColdataHeader |
| COLDATA header struct. More... | |
| struct | dunedaq::fddetdataformats::ColdataSegment |
| COLDATA segment struct. More... | |
| struct | dunedaq::fddetdataformats::ColdataBlock |
| COLDATA block struct. More... | |
| class | dunedaq::fddetdataformats::WIBFrame |
| FELIX frame. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::fddetdataformats |
Typedefs | |
| using | dunedaq::fddetdataformats::word_t = uint32_t |
| using | dunedaq::fddetdataformats::adc_t = uint16_t |
Functions | |
| std::ostream & | dunedaq::fddetdataformats::operator<< (std::ostream &o, WIBHeader const &h) |
| std::ostream & | dunedaq::fddetdataformats::operator<< (std::ostream &o, ColdataHeader const &hdr) |
| std::ostream & | dunedaq::fddetdataformats::operator<< (std::ostream &o, const ColdataBlock &block) |
| std::ostream & | dunedaq::fddetdataformats::operator<< (std::ostream &o, WIBFrame const &frame) |
WIB1 bit fields and accessors Originally FelixFrame.hpp from protodune. Original authors M. Vermeulen, R.Sipos 2018 Modified by P. Rodrigues on June 2020
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file WIBFrame.hpp.