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

#include <mxf_base.h>

Data Fields

HMXF_CHANNEL channel
 
uint64 almostEmpty
 
uint64 almostFull
 

Field Documentation

HMXF_CHANNEL MXF_ASYNCEVENT_CONDITION::condition::txPeriodicUpdateMsgBufferThreshold::channel
uint64 MXF_ASYNCEVENT_CONDITION::condition::txPeriodicUpdateMsgBufferThreshold::almostEmpty

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

Examples:
ar429_buffer_threshold.c, ar708_buffer_threshold.c, csdb_buffer_threshold.c, and mil1553_bc_rt_data_assignment.c.
uint64 MXF_ASYNCEVENT_CONDITION::condition::txPeriodicUpdateMsgBufferThreshold::almostFull

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

Examples:
ar429_buffer_threshold.c, ar708_buffer_threshold.c, csdb_buffer_threshold.c, and mil1553_bc_rt_data_assignment.c.
Updated 10/23/2023