#include <data_sets.h>
Public Attributes | |
uint32_t | checksumFailCount [NUM_SERIAL_PORTS] |
uint32_t | gapCountSerialDriver [NUM_SERIAL_PORTS] |
uint32_t | gapCountSerialParser [NUM_SERIAL_PORTS] |
uint32_t | rxOverflowCount [NUM_SERIAL_PORTS] |
uint32_t | txOverflowCount [NUM_SERIAL_PORTS] |
Diagnostic information for internal use
Definition at line 3214 of file data_sets.h.
uint32_t internal_diagnostic_t::checksumFailCount[NUM_SERIAL_PORTS] |
Count of checksum failures, one entry for each com port
Definition at line 3229 of file data_sets.h.
uint32_t internal_diagnostic_t::gapCountSerialDriver[NUM_SERIAL_PORTS] |
Count of gap of more than 0.5 seconds receiving serial data, driver level, one entry for each com port
Definition at line 3217 of file data_sets.h.
uint32_t internal_diagnostic_t::gapCountSerialParser[NUM_SERIAL_PORTS] |
Count of gap of more than 0.5 seconds receiving serial data, class / parser level, one entry for each com port
Definition at line 3220 of file data_sets.h.
uint32_t internal_diagnostic_t::rxOverflowCount[NUM_SERIAL_PORTS] |
Count of rx overflow, one entry for each com port
Definition at line 3223 of file data_sets.h.
uint32_t internal_diagnostic_t::txOverflowCount[NUM_SERIAL_PORTS] |
Count of tx overflow, one entry for each com port
Definition at line 3226 of file data_sets.h.