Defines | |
#define | DUMP_FMT_NONE 0 |
#define | DUMP_FMT_VCD 1 |
#define | DUMP_FMT_LXT 2 |
#define | DUMP_FMT_FST 3 |
The following defines are used by Covered to determine what dumpfile parsing mode we are in
#define DUMP_FMT_FST 3 |
FST dumpfile was specified
Referenced by command_score(), parse_and_score_dumpfile(), and score_parse_args().
#define DUMP_FMT_LXT 2 |
LXT dumpfile was specified
Referenced by command_score(), parse_and_score_dumpfile(), and score_parse_args().
#define DUMP_FMT_NONE 0 |
No dumpfile was specified
Referenced by command_score(), and score_parse_args().
#define DUMP_FMT_VCD 1 |
VCD dumpfile was specified
Referenced by command_score(), parse_and_score_dumpfile(), and score_parse_args().