KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_import.cpp File Reference
#include "command_pcb_import.h"
#include <cli/exit_codes.h>
#include <jobs/job_pcb_import.h>
#include <kiface_base.h>
#include <string_utils.h>
#include <macros.h>
#include <wx/crt.h>
#include <wx/filename.h>

Go to the source code of this file.

Macros

#define ARG_FORMAT   "--format"
 
#define ARG_LAYER_MAP   "--layer-map"
 
#define ARG_AUTO_MAP   "--auto-map"
 
#define ARG_REPORT_FORMAT   "--report-format"
 
#define ARG_REPORT_FILE   "--report-file"
 

Macro Definition Documentation

◆ ARG_AUTO_MAP

#define ARG_AUTO_MAP   "--auto-map"

◆ ARG_FORMAT

#define ARG_FORMAT   "--format"

Definition at line 30 of file command_pcb_import.cpp.

◆ ARG_LAYER_MAP

#define ARG_LAYER_MAP   "--layer-map"

◆ ARG_REPORT_FILE

#define ARG_REPORT_FILE   "--report-file"

◆ ARG_REPORT_FORMAT

#define ARG_REPORT_FORMAT   "--report-format"