148 General OpenScap functions and types.
This structure holds instance of OVAL Directives.
void oval_result_directives_set_reported(struct oval_result_directives *, int flag, bool val)
Set (or unset) result types that are intended to be reported.
#define OSCAP_DEPRECATED(func)
This macro will warn, when a deprecated function is used.
Definition: oscap.h:50
Undefined value.
Definition: oval_directives.h:49
oval_result_directive_content_t
Values for the directives controlling the expected content of the results file.
Definition: oval_directives.h:48
int oval_directives_model_import_source(struct oval_directives_model *model, struct oscap_source *source)
Import the data from oscap_source to the directives model.
void oval_result_directives_set_content(struct oval_result_directives *, int flag, oval_result_directive_content_t)
Configure the depth of infomation.
Very detailed information will be provided allowing in-depth reports to be generated from the results...
Definition: oval_directives.h:51
Definition: oscap_source.c:62
This structure holds instance of either OVAL Default Directives or OVAL Class directives.
Only the minimal amount of information will be provided.
Definition: oval_directives.h:50
oval_result_t
Result values for the evaluation of an OVAL Definition or an OVAL Test.
Definition: oval_types.h:327
oval_definition_class_t
Definition: oval_types.h:353
struct oval_result_directives * oval_result_directives_new(void)
Create new OVAL Results Directives instance.
Definition: oval_generator.c:44
int oval_directives_model_import(struct oval_directives_model *, char *)