13#ifndef TEST_DYNAMIC_H__ 
   14#define TEST_DYNAMIC_H__ 
A structure for storing all info related to a specific connection, including test settings,...
Definition ndi_test.h:73
 
Structure used to hold state data for dynamic tests.
Definition test_dynamic.c:84
 
TestConnectionInfo * connection_info_ptr
Test connection state data.
Definition test_dynamic.c:85
 
The declarations in this header file correspond to the definitions in test_args.c.
 
This header file contains definitions used to define the build configuration of the CDI SDK's test....
 
The declarations in this header file correspond to the definitions in test_control....
 
struct TestDynamicState * TestDynamicHandle
Forward reference.
Definition test_control.h:56
 
bool TestDynamicPollStatsReconfigure(TestDynamicHandle handle)
Definition test_dynamic.c:188
 
bool TestDynamicEndpoints(TestDynamicHandle handle)
Definition test_dynamic.c:213
 
void TestDynamicDestroy(TestDynamicHandle handle)
Definition test_dynamic.c:179
 
bool TestDynamicCreate(TestConnectionInfo *connection_info_ptr, TestDynamicHandle *return_handle_ptr)
Definition test_dynamic.c:162
 
bool TestDynamicIsEndpointEnabled(TestDynamicHandle handle, int stream_index)
Definition test_dynamic.c:255