enum trc_results_cmp_flags

Overview

Flags telling how to compare iteration results More…

#include <trc_db.h>

enum trc_results_cmp_flags {
    RESULTS_CMP_NO_TAGS  = 0x1,
    RESULTS_CMP_NO_NOTES = 0x2,
};

Detailed Documentation

Flags telling how to compare iteration results

Enum Values

RESULTS_CMP_NO_TAGS

Ignore tags

RESULTS_CMP_NO_NOTES

Ignore notes