Initializes the SNTPc moduleGet IPerf test result.
Files
sntp-ciperf.h/sntp-ciperf.c
Prototype
Code Block | ||
---|---|---|
| ||
CPU_BOOLEANvoid SNTPcIPerf_InitTestGetResults (constIPERF_TEST_ID SNTPc_CFGtest_id, *pIPERF_cfg,TEST *p_test_result, SNTPc IPERF_ERR *p_err); |
Arguments
test_id
Test ID of the test to release.
p_cfgtest_result
Pointer to the run-time configuration. See Run-time Configuration for further information.structure that will receive result of specified test.
p_err
Pointer to variable that will receive the return error code from this function.
Returned Values
DEF_OK
, if initialization was successful.DEF_FAIL
, otherwise.
Required Configuration
Run-time Module Configuration
Notes / Warnings
...
- Test results can be obtains before, after, or even during a test run.
Example Usage
See Sample Applicationnone.