opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
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... | |
Counters for the channel and the DNP3 link layer.
Definition at line 31 of file LinkStatistics.h.
|
default |
Definition at line 80 of file LinkStatistics.h.
Channel opendnp3::LinkStatistics::channel |
statistics for the communicaiton channel
Definition at line 83 of file LinkStatistics.h.
Parser opendnp3::LinkStatistics::parser |
statistics for the link parser
Definition at line 86 of file LinkStatistics.h.