CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This file contains definitions and functions for the CDI unit test application. More...
Data Structures | |
struct | TestSettings |
A structure that holds all the test settings for a connection as set from the command line. More... | |
Macros | |
#define | TestConsoleLog SimpleConsoleLog |
Define TestConsoleLog. | |
Functions | |
void | PrintHelp (void) |
static bool | ParseCommandLine (int argc, const char **argv, TestSettings *test_settings_ptr) |
int | main (int argc, const char **argv) |
This file contains definitions and functions for the CDI unit test application.
int main | ( | int | argc, |
const char ** | argv ) |
C main entry function.
argc | Number of command line arguments. |
argv | Pointer to array of pointers to command line arguments. |
|
static |
Parse command line and write to the specified TestSettings structure.
argc | Number of command line arguments. |
argv | Pointer to array of pointers to command line arguments. |
test_settings_ptr | Address where to write returned settings. |
void PrintHelp | ( | void | ) |
Output command line help message.