DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "detdataformats/DAQEthHeader.hpp"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | dunedaq::fddetdataformats::TDEEthFrame |
Class for accessing raw WIB 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 WIB v2 frames, as used in ProtoDUNE-SP-II
The canonical definition of the WIB format is given in EDMS document 2088713: * https://edms.cern.ch/document/2088713/XXX
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.