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

#include <mxf_base.h>

Data Fields

HMXF_BUFFER buffer
 
uint64 almostEmpty
 
uint64 almostFull
 

Field Documentation

HMXF_BUFFER MXF_ASYNCEVENT_CONDITION::condition::commBufferThreshold::buffer

Communication buffer handle.

Examples:
ar429_embedded_comm_queues.c, and mil1553_embedded_update_embedded.c.
uint64 MXF_ASYNCEVENT_CONDITION::condition::commBufferThreshold::almostEmpty

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

Examples:
ar429_embedded_comm_queues.c, and mil1553_embedded_update_embedded.c.
uint64 MXF_ASYNCEVENT_CONDITION::condition::commBufferThreshold::almostFull

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

Examples:
ar429_embedded_comm_queues.c, and mil1553_embedded_update_embedded.c.
Updated 10/23/2023