Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
languagemicrium
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

Module Configuration

Notes / Warnings

none.

Example Usage

See Sample Application.