|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ZmqUri.hpp>
Public Member Functions | |
| std::string | to_string () |
| ZmqUri (std::string connection_string) | |
| std::vector< std::string > | get_uri_ip_addresses () |
Public Attributes | |
| std::string | scheme { "" } |
| std::string | host { "" } |
| std::string | port { "" } |
Definition at line 21 of file ZmqUri.hpp.
|
explicit |
Definition at line 19 of file ZmqUri.cpp.
| std::vector< std::string > dunedaq::utilities::ZmqUri::get_uri_ip_addresses | ( | ) |
Definition at line 36 of file ZmqUri.cpp.
|
inline |
| std::string dunedaq::utilities::ZmqUri::host { "" } |
Definition at line 24 of file ZmqUri.hpp.
| std::string dunedaq::utilities::ZmqUri::port { "" } |
Definition at line 25 of file ZmqUri.hpp.
| std::string dunedaq::utilities::ZmqUri::scheme { "" } |
Definition at line 23 of file ZmqUri.hpp.