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

The declarations in this header file correspond to the definitions in receiver.c. More...

#include "cdi_os_api.h"

Go to the source code of this file.

Macros

#define PAYLOAD_DIFFERENCE_LIMIT   (5)
 The maximum allowable payloads that can be dropped in the test application and recover. If the number is greater than this, a more severe problem is likely.
 

Functions

CDI_THREAD TestRxCreateThread (void *arg_ptr)
 

Detailed Description

The declarations in this header file correspond to the definitions in receiver.c.

Function Documentation

◆ TestRxCreateThread()

CDI_THREAD TestRxCreateThread ( void * arg_ptr)
Parameters
arg_ptrVoid pointer to the connection_info data structure for this connection.
Returns
True if no errors; false if errors;