MX Foundation 4
Error Detection

The control field of the MXF_CSDB_DATAREC and MXF_CSDB_SAMPREC is used to detect errors on the received record. Only a parity error can be detected on a received record. The device can also detect gap errors and word length errors, but the records with those errors are discarded. The mxfRxAcqBufferStatusGet() function returns the corresponding status bit set.

MXF_CSDB_SAMPREC has also an errorCount field that returns the number of errors detected for this sampling message.

Example

The following code shows how to detect errors using the CSDB record control property.

csdb_buffer_threshold.c

Updated 10/23/2023