KiCad PCB EDA Suite
|
#include "command_pcb_drc.h"
#include <cli/exit_codes.h>
#include "jobs/job_pcb_drc.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_ALL_TRACK_ERRORS "--all-track-errors" |
#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_PARITY "--schematic-parity" |
#define ARG_ALL_TRACK_ERRORS "--all-track-errors" |
Definition at line 33 of file command_pcb_drc.cpp.
#define ARG_EXIT_CODE_VIOLATIONS "--exit-code-violations" |
Definition at line 39 of file command_pcb_drc.cpp.
#define ARG_FORMAT "--format" |
Definition at line 32 of file command_pcb_drc.cpp.
#define ARG_PARITY "--schematic-parity" |
Definition at line 40 of file command_pcb_drc.cpp.
#define ARG_SEVERITY_ALL "--severity-all" |
Definition at line 35 of file command_pcb_drc.cpp.
#define ARG_SEVERITY_ERROR "--severity-error" |
Definition at line 36 of file command_pcb_drc.cpp.
#define ARG_SEVERITY_EXCLUSIONS "--severity-exclusions" |
Definition at line 38 of file command_pcb_drc.cpp.
#define ARG_SEVERITY_WARNING "--severity-warning" |
Definition at line 37 of file command_pcb_drc.cpp.
#define ARG_UNITS "--units" |
Definition at line 34 of file command_pcb_drc.cpp.