|
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 <tuple>#include <stdexcept>#include "detail/DAPHNEEthFrame.hxx"Go to the source code of this file.
Classes | |
| struct | dunedaq::fddetdataformats::DAPHNEEthFrame |
| Struct for accessing raw DAPHNE eth frames. More... | |
| struct | dunedaq::fddetdataformats::DAPHNEEthFrame::Header |
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::fddetdataformats |
Contains declaration of DAPHNEEthFrame, a struct for accessing raw DAPHNE eth frames
The canonical definition of the DAPHNE format is given in EDMS document 2088726: https://edms.cern.ch/document/2088726/XXX (XXX a stand-in for the doc version, e.g. 5)
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 DAPHNEEthFrame.hpp.