Describe an evaluation type¶
saf_describe_evaluation is a function defined in evaluation.c.
Synopsis:
-
int
saf_describe_evaluation(SAF_ParMode pmode, SAF_Eval *evaluation, char **name, char **url)¶
Formal Arguments:
evaluation: Evaluation to describename: If non-null, on return points to malloc’d evaluation name if anyurl: If non-null, on return points to malloc’durlif any
Description: Breaks evaluation into its parts and returns them through pointers.
Preconditions:
pmodemust be valid. (low-cost)evaluationmust be a valid evaluation handle. (low-cost)
Return Value: A non-negative value indicates success, and a negative value indicates failure. On return, the output
arguments name, url, and ID will be initialized.
See Also:
- Evaluation Types: Introduction for current chapter