Go to the documentation of this file.
37 #ifndef OVAL_DIRECTIVES_H_
38 #define OVAL_DIRECTIVES_H_
41 #include "oscap_source.h"
43 #include "oscap_export.h"
Definition: oscap_source.c:66
OSCAP_API 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.
Definition: oval_generator.c:47
@ OVAL_DIRECTIVE_CONTENT_UNKNOWN
Undefined value.
Definition: oval_directives.h:50
oval_result_directive_content_t
Definition: oval_directives.h:49
oval_definition_class_t
Definition: oval_types.h:375
oval_result_t
Definition: oval_types.h:349
OSCAP_API void oval_result_directives_set_content(struct oval_result_directives *, int flag, oval_result_directive_content_t)
Configure the depth of infomation.
OSCAP_API struct oval_result_directives * oval_result_directives_new(void)
Create new OVAL Results Directives instance.
OSCAP_API 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.
@ OVAL_DIRECTIVE_CONTENT_THIN
Only the minimal amount of information will be provided.
Definition: oval_directives.h:51
@ OVAL_DIRECTIVE_CONTENT_FULL
Very detailed information will be provided allowing in-depth reports to be generated from the results...
Definition: oval_directives.h:52