KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | SEVERITY { RPT_SEVERITY_UNDEFINED = 0x01 , RPT_SEVERITY_INFO = 0x02 , RPT_SEVERITY_EXCLUSION = 0x04 , RPT_SEVERITY_ACTION = 0x08 , RPT_SEVERITY_WARNING = 0x10 , RPT_SEVERITY_ERROR = 0x20 , RPT_SEVERITY_IGNORE = 0x40 , RPT_SEVERITY_DEBUG = 0x80 } |
enum SEVERITY |
Enumerator | |
---|---|
RPT_SEVERITY_UNDEFINED | |
RPT_SEVERITY_INFO | |
RPT_SEVERITY_EXCLUSION | |
RPT_SEVERITY_ACTION | |
RPT_SEVERITY_WARNING | |
RPT_SEVERITY_ERROR | |
RPT_SEVERITY_IGNORE | |
RPT_SEVERITY_DEBUG |
Definition at line 26 of file report_severity.h.