OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Private Attributes | List of all members
OpenDDS::DCPS::InternalMessageCountValue Class Reference

#include <TransportStatistics.h>

Public Member Functions

 InternalMessageCountValue ()
 
void send (ssize_t bytes)
 
size_t send_count () const
 
ssize_t send_bytes () const
 
void send_fail (ssize_t bytes)
 
size_t send_fail_count () const
 
ssize_t send_fail_bytes () const
 
void recv (ssize_t bytes)
 
size_t recv_count () const
 
ssize_t recv_bytes () const
 

Private Attributes

size_t send_count_
 
ssize_t send_bytes_
 
size_t send_fail_count_
 
ssize_t send_fail_bytes_
 
size_t recv_count_
 
ssize_t recv_bytes_
 

Detailed Description

Definition at line 43 of file TransportStatistics.h.

Constructor & Destructor Documentation

◆ InternalMessageCountValue()

OpenDDS::DCPS::InternalMessageCountValue::InternalMessageCountValue ( )
inline

Member Function Documentation

◆ recv()

void OpenDDS::DCPS::InternalMessageCountValue::recv ( ssize_t  bytes)
inline

◆ recv_bytes()

ssize_t OpenDDS::DCPS::InternalMessageCountValue::recv_bytes ( ) const
inline

Definition at line 76 of file TransportStatistics.h.

◆ recv_count()

size_t OpenDDS::DCPS::InternalMessageCountValue::recv_count ( ) const
inline

Definition at line 75 of file TransportStatistics.h.

◆ send()

void OpenDDS::DCPS::InternalMessageCountValue::send ( ssize_t  bytes)
inline

◆ send_bytes()

ssize_t OpenDDS::DCPS::InternalMessageCountValue::send_bytes ( ) const
inline

Definition at line 60 of file TransportStatistics.h.

◆ send_count()

size_t OpenDDS::DCPS::InternalMessageCountValue::send_count ( ) const
inline

Definition at line 59 of file TransportStatistics.h.

◆ send_fail()

void OpenDDS::DCPS::InternalMessageCountValue::send_fail ( ssize_t  bytes)
inline

◆ send_fail_bytes()

ssize_t OpenDDS::DCPS::InternalMessageCountValue::send_fail_bytes ( ) const
inline

Definition at line 68 of file TransportStatistics.h.

◆ send_fail_count()

size_t OpenDDS::DCPS::InternalMessageCountValue::send_fail_count ( ) const
inline

Definition at line 67 of file TransportStatistics.h.

Member Data Documentation

◆ recv_bytes_

ssize_t OpenDDS::DCPS::InternalMessageCountValue::recv_bytes_
private

Definition at line 84 of file TransportStatistics.h.

◆ recv_count_

size_t OpenDDS::DCPS::InternalMessageCountValue::recv_count_
private

Definition at line 83 of file TransportStatistics.h.

◆ send_bytes_

ssize_t OpenDDS::DCPS::InternalMessageCountValue::send_bytes_
private

Definition at line 80 of file TransportStatistics.h.

◆ send_count_

size_t OpenDDS::DCPS::InternalMessageCountValue::send_count_
private

Definition at line 79 of file TransportStatistics.h.

◆ send_fail_bytes_

ssize_t OpenDDS::DCPS::InternalMessageCountValue::send_fail_bytes_
private

Definition at line 82 of file TransportStatistics.h.

◆ send_fail_count_

size_t OpenDDS::DCPS::InternalMessageCountValue::send_fail_count_
private

Definition at line 81 of file TransportStatistics.h.


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