Struct astutedds::rtps::TCPTransport::Stats
ClassList > astutedds > rtps > TCPTransport > Stats
Get transport statistics.
#include <tcp_transport.hpp>
Public Attributes
| Type | Name |
|---|---|
| uint64_t | active_connections = {0} |
| uint64_t | failed_connections = {0} |
| uint64_t | total_bytes_received = {0} |
| uint64_t | total_bytes_sent = {0} |
| uint64_t | total_connections = {0} |
Public Attributes Documentation
variable active_connections
uint64_t astutedds::rtps::TCPTransport::Stats::active_connections;
variable failed_connections
uint64_t astutedds::rtps::TCPTransport::Stats::failed_connections;
variable total_bytes_received
uint64_t astutedds::rtps::TCPTransport::Stats::total_bytes_received;
variable total_bytes_sent
uint64_t astutedds::rtps::TCPTransport::Stats::total_bytes_sent;
variable total_connections
uint64_t astutedds::rtps::TCPTransport::Stats::total_connections;
The documentation for this class was generated from the following file include/astutedds/rtps/tcp_transport.hpp