CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiFifoCbData Struct Reference

A structure of this type is passed as the parameter to CdiFifoCallback(). It contains the state of a single FIFO read or write operation. More...

#include <fifo_api.h>

Data Fields

bool is_read
 True if FIFO read triggered the callback, otherwise a FIFO write triggered it.
 
int head_index
 Current head index position in FIFO.
 
int tail_index
 Current tail index position in FIFO.
 
void * item_data_ptr
 Pointer to item data.
 

Detailed Description

A structure of this type is passed as the parameter to CdiFifoCallback(). It contains the state of a single FIFO read or write operation.


The documentation for this struct was generated from the following file: