|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "confmodel/NetworkDevice.hpp"#include "dpdklibs/EALSetup.hpp"#include "dpdklibs/udp/Utils.hpp"#include "dpdklibs/udp/PacketCtor.hpp"#include "dpdklibs/arp/ARP.hpp"#include "dpdklibs/ipv4_addr.hpp"#include "dpdklibs/XstatsHelper.hpp"#include "SourceConcept.hpp"#include <confmodel/Session.hpp>#include "appmodel/DPDKReceiver.hpp"#include "appmodel/NWDetDataSender.hpp"#include <nlohmann/json.hpp>#include <ers/ers.hpp>#include "logging/Logging.hpp"#include <memory>#include <sstream>#include <string>#include <set>#include <folly/ProducerConsumerQueue.h>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (dpdklibs, MetricPublishFailed, "Field "<< field<< " was not reported",((std::string) field)) ERS_DECLARE_ISSUE(dpdklibs | |
Variables | |
| dunedaq::UnexpectedStreamID | |
IfaceWrapper for holding resources of a DPDK controlled NIC interface/port
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 IfaceWrapper.hpp.