MX Foundation 4
MXF_A664_PORT_PARAM Struct Reference

ARINC 664 COM/SAP Ports Creation Parameters Attributes. More...

#include <mxf_class_a664.h>

Data Structures

union  dir
 Define the direction Tx or Rx. More...
 
struct  Ede
 Define COM port EDE SID. More...
 
union  type
 Define the ports COM/SAP/RAW parameters. More...
 

Data Fields

uint64 portType
 
uint64 family
 
uint64 mode
 
uint64 reserved
 

Detailed Description

Field Documentation

uint64 MXF_A664_PORT_PARAM::portType
Port Type Description
MXF_A664_PORT_TYPE_COM ARINC 664 COM port.
MXF_A664_PORT_TYPE_SAP ARINC 664 SAP port.
Examples:
ar664_aperiodicSap.c, ar664_com_queuing_basic.c, ar664_end_system.c, ar664_end_system.cs, ar664_error_injection_detection.c, ar664_error_injection_detection_ede.c, ar664_raw_rx.c, ar664_recorder.c, and ar664_sampling.c.
uint64 MXF_A664_PORT_PARAM::mode
Port Mode Description
MXF_A664_PORT_MODE_QUEUING Queueing Port
MXF_A664_PORT_MODE_SAMPLING Sampling Port
Examples:
ar664_aperiodicSap.c, ar664_com_queuing_basic.c, ar664_end_system.c, ar664_end_system.cs, ar664_error_injection_detection.c, ar664_error_injection_detection_ede.c, ar664_raw_rx.c, ar664_recorder.c, and ar664_sampling.c.
uint64 MXF_A664_PORT_PARAM::reserved

Reserved for future use. Must be set to 0.

Updated 10/23/2023