|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "fddetdataformats/FrameConcepts.hpp"#include "fddetdataformats/Utils.hpp"#include "detdataformats/DAQEthHeader.hpp"#include <algorithm>#include <cassert>#include <cstdint>#include <cstdio>#include <cstdlib>#include <limits>#include <stdexcept>#include "detail/TDEEthFrame.hxx"Go to the source code of this file.
Classes | |
| struct | dunedaq::fddetdataformats::TDEEthFrame |
| Struct for accessing raw TDE eth frames, as used in ProtoDUNE-II. More... | |
| struct | dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader |
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::fddetdataformats |
Contains declaration of TDEEthFrame, a class for accessing raw TDE eth frames, as used in ProtoDUNE-SP-II
The canonical definition of the WIB format is given in EDMS document 2618999: https://edms.cern.ch/document/2618999/XXX, XXX the version (2 the latest publically accessible)
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 TDEEthFrame.hpp.