|
Diag-Client-Lib
|
#include <atomic>#include <condition_variable>#include <functional>#include <memory>#include <mutex>#include <string>#include <string_view>#include <utility>#include "boost-support/error_domain/boost_support_error_domain.h"#include "core/include/result.h"#include "utility/thread.h"

Go to the source code of this file.
Classes | |
| class | boost_support::connection::tcp::TcpConnection< ConnectionType::kClient, Socket > |
| Client connection class used to handle transmission and reception of tcp message from socket. More... | |
| class | boost_support::connection::tcp::TcpConnection< ConnectionType::kServer, Socket > |
| Server connection class used to handle transmission and reception of tcp message from socket. More... | |
Namespaces | |
| boost_support | |
| boost_support::connection | |
| boost_support::connection::tcp | |
Enumerations | |
| enum class | boost_support::connection::tcp::ConnectionType : std::uint8_t { boost_support::connection::tcp::kClient , boost_support::connection::tcp::kServer } |
| Type of connection Client/ Server. More... | |