MX Foundation 4
MXF_ASYNCEVENT_CONDITION::condition::txAperiodicBufferThreshold Struct Reference

#include <mxf_base.h>

Data Fields

HMXF_BUFFER buffer
 
uint64 almostEmpty
 
uint64 almostFull
 

Field Documentation

HMXF_BUFFER MXF_ASYNCEVENT_CONDITION::condition::txAperiodicBufferThreshold::buffer
uint64 MXF_ASYNCEVENT_CONDITION::condition::txAperiodicBufferThreshold::almostEmpty

Buffer almost empty value. Async event notification will be set when this threshold is reached.

Examples:
ar717_buffer_threshold.c, dac_buffer_threshold.c, discrete_fifo.c, flexdac_buffer_threshold.c, hdlc_buffer_threshold.c, hdlc_buffer_threshold.cs, hfce_buffer_threshold.c, and mil1553_aperiodic_event.c.
uint64 MXF_ASYNCEVENT_CONDITION::condition::txAperiodicBufferThreshold::almostFull

Buffer almost full value. Async event notification will be clear when this threshold is reached.

Examples:
ar717_buffer_threshold.c, dac_buffer_threshold.c, discrete_fifo.c, flexdac_buffer_threshold.c, hdlc_buffer_threshold.c, hdlc_buffer_threshold.cs, hfce_buffer_threshold.c, and mil1553_aperiodic_event.c.
Updated 10/23/2023