MX Foundation 4
MXF_A664_STAT_VL_RX Struct Reference

ARINC 664 Receive VL Statistical Counters. More...

#include <mxf_class_a664.h>

Data Fields

uint32 inPDUBytes
 
uint32 inPDU
 
uint32 inPDUDiscardedErr
 
uint32 inFrames [MXF_A664_VL_PHYPORT_MAX]
 
uint32 inBytes [MXF_A664_VL_PHYPORT_MAX]
 
uint32 inFrameTooSmallErr [MXF_A664_VL_PHYPORT_MAX]
 
uint32 inFrameTooBigErr [MXF_A664_VL_PHYPORT_MAX]
 
uint32 inFrameForwaredtoRM [MXF_A664_VL_PHYPORT_MAX]
 
uint32 reserved
 
MXF_A664_STAT_DISTRIB distrib [MXF_A664_VL_PHYPORT_MAX]
 

Detailed Description

The MXF_A664_STAT_VL_RX structure defines VL counters defined for a specific COM/SAP port. The mxfA664StatisticVlRxGet() or mxfChannelStatisticGet() with MXF_A664_STAT_TYPE_VL_RX type are used to read counters.

Field Documentation

uint32 MXF_A664_STAT_VL_RX::inPDUBytes

Number of bytes queued to the VL.

uint32 MXF_A664_STAT_VL_RX::inPDU

Number of PDU queued to the VL.

uint32 MXF_A664_STAT_VL_RX::inPDUDiscardedErr

Number of PDU not queued (bad dest port type).

uint32 MXF_A664_STAT_VL_RX::inFrames[MXF_A664_VL_PHYPORT_MAX]

Total number of frames received on the port for this VL.

uint32 MXF_A664_STAT_VL_RX::inBytes[MXF_A664_VL_PHYPORT_MAX]

Total number of bytes received on the port this VL.

uint32 MXF_A664_STAT_VL_RX::inFrameTooSmallErr[MXF_A664_VL_PHYPORT_MAX]

Number of frames smaller than Lmin received.

uint32 MXF_A664_STAT_VL_RX::inFrameTooBigErr[MXF_A664_VL_PHYPORT_MAX]

Number of frames larger than Lmax received.

uint32 MXF_A664_STAT_VL_RX::inFrameForwaredtoRM[MXF_A664_VL_PHYPORT_MAX]

Number of frames forwarded to RM/EDE layers.

uint32 MXF_A664_STAT_VL_RX::reserved

Reserved for future use.

MXF_A664_STAT_DISTRIB MXF_A664_STAT_VL_RX::distrib[MXF_A664_VL_PHYPORT_MAX]

Distribution statistics.

Updated 10/23/2023