IPerf_TestStart()

Validate and schedule a new IPerf test.

Files

iperf.h/iperf.c

Prototype

IPERF_TEST_ID  IPerf_TestStart (CPU_CHAR         *argv,
                                IPERF_OUT_FNCT    p_out_fnct,
                                IPERF_OUT_PARAM  *p_out_param,
                                IPERF_ERR        *p_err)

Arguments

argv

Pointer to the string arguments values.

p_out_fnct

Pointer to string output function.

p_out_param

Pointer to output function parameters.

p_err

Pointer to variable that will receive the return error code from this function :

Returned Values

Test ID, if no error.
IPERF_TEST_ID_NONE, otherwise.

Required Configuration

Module Configuration

Notes / Warnings

None.

Example Usage

SeeSample Application.