|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstring>#include <filesystem>#include <iostream>#include <stdexcept>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | dunedaq::snbmodules::IPFormat |
| Class that represents an IP address and a port TODO: should be replaced by something better ? More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::snbmodules |
IPFormat very simple class to represent an IP address and a 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 ip_format.hpp.