DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | dunedaq::fddetdataformats::WIB2Frame |
Class for accessing raw WIB v2 frames, as used in ProtoDUNE-SP-II. More... | |
struct | dunedaq::fddetdataformats::WIB2Frame::Header |
struct | dunedaq::fddetdataformats::WIB2Frame::Trailer |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::fddetdataformats |
Contains declaration of WIB2Frame, 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/4
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 WIB2Frame.hpp.