Open SCAP Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
oval_results.h File Reference

Detailed Description

Author
"David Niemoller" David.nosp@m..Nie.nosp@m.molle.nosp@m.r@g2.nosp@m.-inc..nosp@m.com
#include "oscap.h"
#include "oscap_source.h"
#include "oval_types.h"
#include "oval_system_characteristics.h"
#include "oval_directives.h"
#include <stdbool.h>

Go to the source code of this file.

Functions

const char * oval_result_get_text (oval_result_t)
 
struct oscap_sourceoval_results_model_export_source (struct oval_results_model *results_model, struct oval_directives_model *directives_model, const char *name)
 Export OVAL results into oscap_source. More...
 
Setters
void oval_results_model_set_generator (struct oval_results_model *model, struct oval_generator *generator)
 
Getters
struct oval_generatoroval_results_model_get_generator (struct oval_results_model *model)
 
oval_criteria_node_type_t oval_result_criteria_node_get_type (struct oval_result_criteria_node *)
 
Evaluators
int oval_results_model_eval (struct oval_results_model *)
 Evaluate all result_systems. More...