opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
#include <opendnp3/StackStatistics.h>
Public Attributes | |
uint64_t | numBadMasterBit = 0 |
frames received w/ wrong master bit More... | |
uint64_t | numUnexpectedFrame = 0 |
number of unexpected frames More... | |
uint64_t | numUnknownDestination = 0 |
frames received for an unknown destination More... | |
uint64_t | numUnknownSource = 0 |
frames received for an unknown source More... | |
Definition at line 33 of file StackStatistics.h.
uint64_t opendnp3::StackStatistics::Link::numBadMasterBit = 0 |
frames received w/ wrong master bit
Definition at line 39 of file StackStatistics.h.
uint64_t opendnp3::StackStatistics::Link::numUnexpectedFrame = 0 |
number of unexpected frames
Definition at line 36 of file StackStatistics.h.
uint64_t opendnp3::StackStatistics::Link::numUnknownDestination = 0 |
frames received for an unknown destination
Definition at line 42 of file StackStatistics.h.
uint64_t opendnp3::StackStatistics::Link::numUnknownSource = 0 |
frames received for an unknown source
Definition at line 45 of file StackStatistics.h.