MX Foundation 4
Periodic Transmission

The periodic message scheduler service can be used to send CSDB messages at fixed intervals (update rate).

The schedule may contain one or many messages consisting of a single buffer or an array of buffers. The buffer contains the MXF_CSDB_DATAREC record to transmit. The schedule is characterized by its update rate and start time relative to other messages (phase).

If the list consists of one buffer, then a single CSDB data is sent at the message update rate. If a message includes many buffers, then the message frame containing one MXF_CSDB_DATAREC for each buffer is sent at the message update rate.

The complete logic of the scheduler to send messages is explained in the section Scheduled Transmit Service.

The next sections demonstrate how to send and update periodic messages.

Updated 10/23/2023