/
IPerf_Reporter()
IPerf_Reporter()
Small application to print in a terminal the IPerf test results before, during and after performance test.
Files
iperf-rep.h/iperf-rep.c
Prototype
void IPerf_Reporter (IPERF_TEST_ID test_id, IPERF_OUT_FNCT p_out_fnct, IPERF_OUT_PARAM *p_out_param)
Arguments
test_id
Test ID of test to print.
p_out_fnct
Pointer to string output function.
p_out_param
Pointer to output function parameters.
Returned Values
none.
Required Configuration
Notes / Warnings
none.
Example Usage
See Sample Application.
Related content
IPerf_GetTestResults()
IPerf_GetTestResults()
More like this
IPerf_TestStart()
IPerf_TestStart()
More like this
IPerf_TestGetStatus()
IPerf_TestGetStatus()
More like this
IPerf_TestClrStats()
IPerf_TestClrStats()
More like this
IPerf_Init()
IPerf_Init()
More like this
Programming Guide
Programming Guide
More like this