MX Foundation 4
MXF_MIL1553_STAT_ERROR_BYMSG Struct Reference

MIL 1553 MSG Statistical Errors Counters. More...

#include <mxf_class_mil1553.h>

Data Fields

uint32 manchester
 
uint32 parity
 
uint32 longWord
 
uint32 noRespTimeout
 
uint32 respTooFast
 
uint32 reserved [5]
 

Detailed Description

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

Field Documentation

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::manchester

Number of words received with a manchester error for this message type.

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::parity

Number of words received with a parity error for this message type.

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::longWord

Number of words received with extra bits for this message type.

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::noRespTimeout

Number of times a RT did not respond to this message type BC command. This counter will also be incremented in the case where the BC command or data contains at least one error and that the RT shouldn’t respond to it. The value of the KMXF_MIL1553_BC_RESPONSE_TIMEOUT attribute of the BC channel is used for the response timeout.

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::respTooFast

Number of times a RT responded faster than the value set in KMXF_MIL1553_BM_MIN_RESPONSE_TIME for this message type.

uint32 MXF_MIL1553_STAT_ERROR_BYMSG::reserved[5]

Reserved for future use.

Updated 10/23/2023