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

Files

 fifo_api.h
 The declarations in this header file correspond to the definitions in fifo.c.
 
 list_api.h
 The declarations in this header file correspond to the definitions in list.c. Many of the functions here are static in-line for performance reasons and they don't contain much logic.
 
 singly_linked_list_api.h
 This file defines all the methods required for a singly linked list. A tail pointer is provided in order to enable use as a FIFO. The implementation is not thread safe. Its simplicity keeps it efficient for O(1) complexity.
 
 utilities_api.h
 The declarations in this header file contain utility definitions and function prototypes that are used within the SDK but are not part of the API.