MX Foundation 4
MXF_MSGID_MIL1553 Struct Reference

ARINC 1553 Addressing Structure. More...

#include <mxf_base.h>

Data Fields

uint64 type
 
uint64 address
 
uint64 subAddress
 
uint64 reserved
 

Detailed Description

Field Documentation

uint64 MXF_MSGID_MIL1553::type

Message type

MXF_MIL1553_MSGTYPE_RX: RX command
MXF_MIL1553_MSGTYPE_TX: TX command
MXF_MIL1553_MSGTYPE_MODECODE: Mode command
Examples:
mil1553_aperiodic_frame.c, and mil1553_aperiodic_frame.cs.
uint64 MXF_MSGID_MIL1553::address

RT address (BM and BC channel). Must be 0 for RT channel.

Examples:
mil1553_aperiodic_frame.c.
uint64 MXF_MSGID_MIL1553::subAddress

RT subaddress for RX and TX command or Mode code for mode code command.

Examples:
mil1553_aperiodic_frame.c.
uint64 MXF_MSGID_MIL1553::reserved

Reserved for future use. Must be set to 0.

Examples:
mil1553_aperiodic_frame.c.
Updated 10/23/2023