KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_drc.cpp File Reference
#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"
 

Macro Definition Documentation

◆ ARG_ALL_TRACK_ERRORS

#define ARG_ALL_TRACK_ERRORS   "--all-track-errors"

Definition at line 33 of file command_pcb_drc.cpp.

◆ ARG_EXIT_CODE_VIOLATIONS

#define ARG_EXIT_CODE_VIOLATIONS   "--exit-code-violations"

Definition at line 39 of file command_pcb_drc.cpp.

◆ ARG_FORMAT

#define ARG_FORMAT   "--format"

Definition at line 32 of file command_pcb_drc.cpp.

◆ ARG_PARITY

#define ARG_PARITY   "--schematic-parity"

Definition at line 40 of file command_pcb_drc.cpp.

◆ ARG_SEVERITY_ALL

#define ARG_SEVERITY_ALL   "--severity-all"

Definition at line 35 of file command_pcb_drc.cpp.

◆ ARG_SEVERITY_ERROR

#define ARG_SEVERITY_ERROR   "--severity-error"

Definition at line 36 of file command_pcb_drc.cpp.

◆ ARG_SEVERITY_EXCLUSIONS

#define ARG_SEVERITY_EXCLUSIONS   "--severity-exclusions"

Definition at line 38 of file command_pcb_drc.cpp.

◆ ARG_SEVERITY_WARNING

#define ARG_SEVERITY_WARNING   "--severity-warning"

Definition at line 37 of file command_pcb_drc.cpp.

◆ ARG_UNITS

#define ARG_UNITS   "--units"

Definition at line 34 of file command_pcb_drc.cpp.