DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaUtils.hpp File Reference
#include "confmodel/Connection.hpp"
#include "confmodel/NetworkConnection.hpp"
#include "confmodel/Service.hpp"
#include "utilities/get_ips.hpp"
#include <functional>
#include <regex>
#include <string>
Include dependency graph for SchemaUtils.hpp:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

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.