16#ifndef MONITOR_CONNECTOR_HPP_INCLUDED
17#define MONITOR_CONNECTOR_HPP_INCLUDED
26#include "asio/ip/basic_endpoint.hpp"
43 std::string_view monitor_port, std::string_view monitor_host,
44 std::promise<void> prom,
46 m_monitor(), m_io_output(), m_prom(std::move(prom))
62 chops::net::tcp_io_output m_io_output;
63 std::promise<void> m_prom;
The net_entity class provides the primary application interface into the TCP acceptor,...
Definition net_entity.hpp:82
Primary class for the Chops Net IP library and the initial API point for providing TCP acceptor,...
Definition net_ip.hpp:122
Definition monitor_connector.hpp:39
Functions and classes for error callback handling and basic logging.
chops::wait_queue< error_data > err_wait_q
wait_queue declaration that provides error data.
Definition error_delivery.hpp:60
Data structures sent between nodes in test data blaster.
net_entity class and related functionality.
Definition monitor_msg.hpp:37