|
FRM v1.4.2 |
||||||||
PREV SCRIPT NEXT SCRIPT | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | FUNCT | DETAIL: FIELD | CONSTR | FUNCT |
CompiledModule | +--emos_frm_result_lib
Simple routines for calculating test statistics.
Function Summary | |
String |
FRM_RES_add_test_statistics(in category)
Increases the test statistics for the specified category by one. |
String |
FRM_RES_get_test_statistics(out[] arr)
Returns the array containig test statistics. |
String |
FRM_RES_init_test_statistics()
Initialises the array with test statistics (by cleaning it up). |
String |
FRM_RES_report_test_statistics()
Produces the most simple report on test statistics using "report_msg()". |
Function Detail |
public String FRM_RES_init_test_statistics()
public String FRM_RES_get_test_statistics(out[] arr)
array["category"]
where "category" is
defined via FRM_RES_add_test_statistics( in category ).
public String FRM_RES_add_test_statistics(in category)
category
- (in) name of the categorypublic String FRM_RES_report_test_statistics()
|
FRM v1.4.2 |
||||||||
PREV SCRIPT NEXT SCRIPT | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | FUNCT | DETAIL: FIELD | CONSTR | FUNCT |