MX Foundation 4
MXF_MIL1553_STAT_ERROR_BYBUS Struct Reference

MIL 1553 BUS Statistical Errors Counters. More...

#include <mxf_class_mil1553.h>

Data Fields

uint32 unexpectedTraffic
 
uint32 badSync
 
uint32 reserved [2]
 

Detailed Description

The following structure is returned as a part of another structure when statistic type wanted is MXF_MIL1553_STAT_TYPE_ERROR_GLOBAL.

Field Documentation

uint32 MXF_MIL1553_STAT_ERROR_BYBUS::unexpectedTraffic

Number of unexpected received word on this bus. Examples of unexpected traffic is a BC command with a bus error and the following data, a RT response to BC broadcast command or when there is a gap between data words of a string. A RT response to a BC command with at least one error is not considered as unexpected traffic.

uint32 MXF_MIL1553_STAT_ERROR_BYBUS::badSync

Number of messages received with a bad sync on this bus. Example of a bad sync is a Manchester error in the sync pattern.

uint32 MXF_MIL1553_STAT_ERROR_BYBUS::reserved[2]

Reserved for future use.

Updated 10/23/2023