DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "IPV4UDPPacket.hpp"
#include "detdataformats/DAQEthHeader.hpp"
#include "logging/Logging.hpp"
#include "fmt/core.h"
#include "rte_ether.h"
#include "rte_mbuf.h"
#include <cstdint>
#include <iostream>
#include <mutex>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (dpdklibs, BadPacketHeaderIssue, "BadPacketHeaderIssue: \""<< ers_messg<< "\"",((std::string) ers_messg)) namespace dpdklibs | |
Utility functions for UDP packets and payloads
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 Utils.hpp.