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.