KiCad PCB EDA Suite
Loading...
Searching...
No Matches
report_severity.h File Reference

Go to the source code of this file.

Enumerations

enum  SEVERITY {
  RPT_SEVERITY_UNDEFINED = 0x00 , RPT_SEVERITY_INFO = 0x01 , RPT_SEVERITY_EXCLUSION = 0x02 , RPT_SEVERITY_ACTION = 0x04 ,
  RPT_SEVERITY_WARNING = 0x08 , RPT_SEVERITY_ERROR = 0x10 , RPT_SEVERITY_IGNORE = 0x20 , RPT_SEVERITY_DEBUG = 0x40
}
 

Enumeration Type Documentation

◆ SEVERITY

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.