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

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

#include "cdi_os_api.h"

Go to the source code of this file.

Functions

CDI_THREAD TestTxCreateThread (void *arg_ptr)
 

Detailed Description

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

Function Documentation

◆ TestTxCreateThread()

CDI_THREAD TestTxCreateThread ( void * arg_ptr)

Start up the test transmit connection as requested by the user, delaying if required, and then launch TestTxSendAllPayloads.

Parameters
arg_ptrVoid pointer to the connection_info data structure for this connection.
Returns
True if no errors; false if errors;