1.42 CLASSB_ClearTestResults
Function
void CLASSB_ClearTestResults(CLASSB_TEST_TYPE test_type);
Summary
Clears the results of SSTs or RSTs.
Description
This function clears all the test results of a given type of test.
Precondition
None.
Parameters
test_type - Can be CLASSB_TEST_TYPE_SST or CLASSB_TEST_TYPE_RST.
Returns
None.
Example
CLASSB_ClearTestResults(CLASSB_TEST_TYPE_SST); CLASSB_ClearTestResults(CLASSB_TEST_TYPE_RST);
Remarks
This function is called from CLASSB_Init().