#include <oicheck.h>
Data Fields | |
oi_breach_level | level |
Severity of breach. | |
char * | description |
Description of breach. | |
int | numBreach |
Number of occurrences found. | |
char * | location [MAX_REPORT] |
Strings identifying locations of breaches. | |
GStringChunk * | chunk |
Storage for strings. |
Severity of breach.
Referenced by check_elements_present(), check_flagging(), check_t3amp(), check_targets_present(), check_unique_targets(), check_waveorder(), format_check_result(), and init_check_result().
char* oi_check_result::location[MAX_REPORT] |
Strings identifying locations of breaches.
Referenced by format_check_result(), and init_check_result().
GStringChunk* oi_check_result::chunk |