DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "confmodel/Connection.hpp"
#include "confmodel/NetworkConnection.hpp"
#include "confmodel/Service.hpp"
#include <cerrno>
#include <functional>
#include <ifaddrs.h>
#include <netdb.h>
#include <regex>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | dunedaq::iomanager::ConnectionId |
struct | std::hash< dunedaq::iomanager::ConnectionId > |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::iomanager |
namespace | std |
Functions | |
bool | dunedaq::iomanager::operator< (ConnectionId const &l, ConnectionId const &r) |
bool | dunedaq::iomanager::operator== (ConnectionId const &l, ConnectionId const &r) |
bool | dunedaq::iomanager::is_match (ConnectionId const &search, ConnectionId const &check) |
std::string | dunedaq::iomanager::to_string (const ConnectionId &conn_id) |
std::string | dunedaq::iomanager::get_uri_for_connection (const confmodel::NetworkConnection *netCon) |
A std::deque-based implementation of Queue
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 SchemaUtils.hpp.