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

Statistics related to both a master or outstation session. More...

#include <opendnp3/StackStatistics.h>

Classes

struct  Link
 
struct  Transport
 

Public Member Functions

 StackStatistics ()=default
 
 StackStatistics (const Link &link, const Transport &transport)
 

Public Attributes

Link link
 
Transport transport
 

Detailed Description

Statistics related to both a master or outstation session.

Definition at line 31 of file StackStatistics.h.

Constructor & Destructor Documentation

◆ StackStatistics() [1/2]

opendnp3::StackStatistics::StackStatistics ( )
default

◆ StackStatistics() [2/2]

opendnp3::StackStatistics::StackStatistics ( const Link link,
const Transport transport 
)
inline

Definition at line 83 of file StackStatistics.h.

Member Data Documentation

◆ link

Link opendnp3::StackStatistics::link

Definition at line 85 of file StackStatistics.h.

◆ transport

Transport opendnp3::StackStatistics::transport

Definition at line 86 of file StackStatistics.h.


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