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
Go to the documentation of this file.
1// -------------------------------------------------------------------------------------------
2// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
3// This file is part of the AWS CDI-SDK, licensed under the BSD 2-Clause "Simplified" License.
4// License details at: https://github.com/aws/aws-cdi-sdk/blob/mainline/LICENSE
5// -------------------------------------------------------------------------------------------
6
13#ifndef RUN_TEST_H__
14#define RUN_TEST_H__
15
16#include "test_args.h"
17
18//*********************************************************************************************************************
19//***************************************** START OF DEFINITIONS AND TYPES ********************************************
20//*********************************************************************************************************************
21
23#define STATS_WINDOW_STATIC_HEIGHT (4)
24
25//*********************************************************************************************************************
26//******************************************* START OF PUBLIC FUNCTIONS ***********************************************
27//*********************************************************************************************************************
28
38bool RunTestGeneric(TestSettings* test_settings_ptr, int max_test_settings_entries, int num_connections);
39
40#endif // RUN_TEST_H__
bool RunTestGeneric(TestSettings *test_settings_ptr, int max_test_settings_entries, int num_connections)
Definition run_test_generic.c:421
A structure that holds all the test settings for a connection as set from the command line.
Definition ndi_test.h:44
The declarations in this header file correspond to the definitions in test_args.c.