opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::StackStatistics::Transport Struct Reference

#include <opendnp3/StackStatistics.h>

Classes

struct  Rx
 
struct  Tx
 

Public Member Functions

 Transport ()=default
 
 Transport (const Rx &rx, const Tx &tx)
 

Public Attributes

Rx rx
 
Tx tx
 

Detailed Description

Definition at line 48 of file StackStatistics.h.

Constructor & Destructor Documentation

◆ Transport() [1/2]

opendnp3::StackStatistics::Transport::Transport ( )
default

◆ Transport() [2/2]

opendnp3::StackStatistics::Transport::Transport ( const Rx rx,
const Tx tx 
)
inline

Definition at line 75 of file StackStatistics.h.

Member Data Documentation

◆ rx

Rx opendnp3::StackStatistics::Transport::rx

Definition at line 77 of file StackStatistics.h.

◆ tx

Tx opendnp3::StackStatistics::Transport::tx

Definition at line 78 of file StackStatistics.h.


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