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

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

#include "test_args.h"

Go to the source code of this file.

Macros

#define STATS_WINDOW_STATIC_HEIGHT   (4)
 Height of stats window.
 

Functions

bool RunTestGeneric (TestSettings *test_settings_ptr, int max_test_settings_entries, int num_connections)
 

Detailed Description

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

Function Documentation

◆ RunTestGeneric()

bool RunTestGeneric ( TestSettings * test_settings_ptr,
int max_test_settings_entries,
int num_connections )

Runs a test using the test parameters provided by the user.

Parameters
test_settings_ptrPointer to an array of user-supplied test settings for all connections.
max_test_settings_entriesThe maximum number of test settings structures that the test_settings array can hold.
num_connectionsThe number of connections to create.
Returns
true if all tests pass; false any tests fail