Transmit Data Processing Functions

These functions make up the transmit data processing portion of the CEI-x30 API.  They provide the methods to transmit one-shot messages, schedule periodic messages, and ARINC 573 frames.  This group includes the following functions:

(1) Transmit ARINC 429 Data:
Transmits a single ARINC 429 message on the specified channel.

(2) Transmit ARINC 573/717 Frame
Transmits a frame of ARINC 573/717 data.

(3) Transmit Data (Generic):
Places a raw 32-bit value in the specified generic channel transmitter FIFO.

(4) Transmit Data Block (Generic):
Places an array of raw 32-bit values in the specified generic channel transmitter FIFO.

(5) Transmit Data Block on multiple channels (Generic):
Places an array of raw 32-bit values in the channel transmitter FIFO for an array of channels.

(6) Define Periodic ARINC 429 Message:
Defines a 32-bit ARINC message for periodic retransmission at the specified rate.

(7) Define Periodic ARINC 429 Message Block
Defines a block of 32-bit ARINC message for periodic retransmission at the specified rates.

(8) Modify Periodic ARINC 429 Message
Modifies an existing 32-bit ARINC message already created for periodic retransmission.

(9) Modify Periodic ARINC 429 Message Block
Modifies a block of 32-bit ARINC messages already created for periodic retransmission.

Functions

(1)   ar_put_429_message

(2)   ar_put_573_frame

(3)   ar_putword

(4)   ar_putblock

(5)   ar_putblock_multi_chan

(6)   ar_define_msg

(7)   ar_define_msg_block

(8)   ar_modify_msg

(9)   ar_modify_msg_block

References

Alphabetical Function Index
Hierarchical Function Index

CEI-x30 API Description