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

Counters for the channel and the DNP3 link layer. More...

#include <opendnp3/link/LinkStatistics.h>

Classes

struct  Channel
 
struct  Parser
 

Public Member Functions

 LinkStatistics ()=default
 
 LinkStatistics (const Channel &channel, const Parser &parser)
 

Public Attributes

Channel channel
 statistics for the communicaiton channel More...
 
Parser parser
 statistics for the link parser More...
 

Detailed Description

Counters for the channel and the DNP3 link layer.

Definition at line 31 of file LinkStatistics.h.

Constructor & Destructor Documentation

◆ LinkStatistics() [1/2]

opendnp3::LinkStatistics::LinkStatistics ( )
default

◆ LinkStatistics() [2/2]

opendnp3::LinkStatistics::LinkStatistics ( const Channel channel,
const Parser parser 
)
inline

Definition at line 80 of file LinkStatistics.h.

Member Data Documentation

◆ channel

Channel opendnp3::LinkStatistics::channel

statistics for the communicaiton channel

Definition at line 83 of file LinkStatistics.h.

◆ parser

Parser opendnp3::LinkStatistics::parser

statistics for the link parser

Definition at line 86 of file LinkStatistics.h.


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