LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
multisense::MultiSenseStatus::ClientNetworkStatus Struct Reference

#include <MultiSenseTypes.hh>

Public Attributes

size_t received_messages = 0
 The total number of valid messages received from the client.
 
size_t dropped_messages = 0
 The total number of dropped messages on the client side.
 
size_t invalid_packets = 0
 The total number of invalid packets received on the client side.
 
size_t unprocessed_packets = 0
 The total number of packets we received over the wire, but were unable to process due to buffer limits.
 

Detailed Description

Definition at line 1204 of file MultiSenseTypes.hh.

Member Data Documentation

◆ dropped_messages

size_t multisense::MultiSenseStatus::ClientNetworkStatus::dropped_messages = 0

The total number of dropped messages on the client side.

Definition at line 1214 of file MultiSenseTypes.hh.

◆ invalid_packets

size_t multisense::MultiSenseStatus::ClientNetworkStatus::invalid_packets = 0

The total number of invalid packets received on the client side.

Definition at line 1219 of file MultiSenseTypes.hh.

◆ received_messages

size_t multisense::MultiSenseStatus::ClientNetworkStatus::received_messages = 0

The total number of valid messages received from the client.

Definition at line 1209 of file MultiSenseTypes.hh.

◆ unprocessed_packets

size_t multisense::MultiSenseStatus::ClientNetworkStatus::unprocessed_packets = 0

The total number of packets we received over the wire, but were unable to process due to buffer limits.

Definition at line 1225 of file MultiSenseTypes.hh.


The documentation for this struct was generated from the following file: