MX Foundation 4
MXF_A629_TXPERIODIC_MJRFRAME_SYNC Struct Reference

ARINC 629 Frame Synchronize Structure. More...

#include <mxf_class_a629.h>

Data Fields

uint16 syncIndex
 
uint16 altIndex
 
uint16 reserved [2]
 

Detailed Description

Frame Synchronize structure is used by mxfA629TxPeriodicMajorFrameSyncSet() and mxfA629TxPeriodicMajorFrameSyncGet() functions to set or get the alternate and synchronize frame index.

Examples:
ar629_alternate.c, ar629_alternate.cs, ar629_independent_mode.c, and ar629_independent_mode.cs.

Field Documentation

uint16 MXF_A629_TXPERIODIC_MJRFRAME_SYNC::syncIndex

Sync index (0-31). Define the row of the XPP containing the synchronize message.

Examples:
ar629_alternate.c, ar629_alternate.cs, ar629_independent_mode.c, and ar629_independent_mode.cs.
uint16 MXF_A629_TXPERIODIC_MJRFRAME_SYNC::altIndex

Alternate index (0-31). Define the row of the XPP containing the alternate message.

Examples:
ar629_alternate.c, ar629_alternate.cs, ar629_independent_mode.c, and ar629_independent_mode.cs.
uint16 MXF_A629_TXPERIODIC_MJRFRAME_SYNC::reserved[2]

Reserved for future use. Must be set to 0 when calling mxfA629TxPeriodicMajorFrameSyncSet().

Updated 10/23/2023