CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
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) |
The declarations in this header file correspond to the definitions in transmitter.c.
CDI_THREAD TestTxCreateThread | ( | void * | arg_ptr | ) |
Start up the test transmit connection as requested by the user, delaying if required, and then launch TestTxSendAllPayloads.
arg_ptr | Void pointer to the connection_info data structure for this connection. |