| 
    KiCad PCB EDA Suite
    
   | 
 
#include "command_sch_erc.h"#include <cli/exit_codes.h>#include "jobs/job_sch_erc.h"#include <kiface_base.h>#include <layer_ids.h>#include <string_utils.h>#include <wx/crt.h>#include <macros.h>#include <wx/tokenzr.h>Go to the source code of this file.
Macros | |
| #define | ARG_FORMAT "--format" | 
| #define | ARG_UNITS "--units" | 
| #define | ARG_SEVERITY_ALL "--severity-all" | 
| #define | ARG_SEVERITY_ERROR "--severity-error" | 
| #define | ARG_SEVERITY_WARNING "--severity-warning" | 
| #define | ARG_SEVERITY_EXCLUSIONS "--severity-exclusions" | 
| #define | ARG_EXIT_CODE_VIOLATIONS "--exit-code-violations" | 
| #define ARG_EXIT_CODE_VIOLATIONS "--exit-code-violations" | 
Definition at line 38 of file command_sch_erc.cpp.
| #define ARG_FORMAT "--format" | 
Definition at line 32 of file command_sch_erc.cpp.
| #define ARG_SEVERITY_ALL "--severity-all" | 
Definition at line 34 of file command_sch_erc.cpp.
| #define ARG_SEVERITY_ERROR "--severity-error" | 
Definition at line 35 of file command_sch_erc.cpp.
| #define ARG_SEVERITY_EXCLUSIONS "--severity-exclusions" | 
Definition at line 37 of file command_sch_erc.cpp.
| #define ARG_SEVERITY_WARNING "--severity-warning" | 
Definition at line 36 of file command_sch_erc.cpp.
| #define ARG_UNITS "--units" | 
Definition at line 33 of file command_sch_erc.cpp.