MX Foundation 4
MXF_A664_STAT_PORT_TX Struct Reference

ARINC 664 Port Group Statistical Counters. More...

#include <mxf_class_a664.h>

Data Fields

uint32 outPDU
 
uint32 outBytes
 
uint32 reserved [2]
 

Detailed Description

This structure defines the COM/SAP statistical counters kept for a transmission connection.

Field Documentation

uint32 MXF_A664_STAT_PORT_TX::outPDU

Number of MXF_A664_DATAREC requests sent to the COM/SAP port. These requests are converted to ARINC 664 PDU requests for sending frames on the network ports.

uint32 MXF_A664_STAT_PORT_TX::outBytes

Number of bytes sent to the port. This bytes count is the sum of the MXF_A664_DATAREC dataSize for each request sent.

uint32 MXF_A664_STAT_PORT_TX::reserved[2]

Reserved for future use.

Updated 10/23/2023