| 
    KiCad PCB EDA Suite
    
   | 
 
#include "command_pcb_export_ipc2581.h"#include <cli/exit_codes.h>#include "jobs/job_export_pcb_ipc2581.h"#include <kiface_base.h>#include <string_utils.h>#include <wx/crt.h>#include <macros.h>#include <wx/tokenzr.h>#include <locale_io.h>Go to the source code of this file.
Macros | |
| #define | ARG_COMPRESS "--compress" | 
| #define | ARG_BOM_COL_INT_ID "--bom-col-int-id" | 
| #define | ARG_BOM_COL_MFG_PN "--bom-col-mfg-pn" | 
| #define | ARG_BOM_COL_MFG "--bom-col-mfg" | 
| #define | ARG_BOM_COL_DIST_PN "--bom-col-dist-pn" | 
| #define | ARG_BOM_COL_DIST "--bom-col-dist" | 
| #define | ARG_UNITS "--units" | 
| #define ARG_BOM_COL_DIST "--bom-col-dist" | 
Definition at line 39 of file command_pcb_export_ipc2581.cpp.
Referenced by CLI::PCB_EXPORT_IPC2581_COMMAND::doPerform(), and CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND().
| #define ARG_BOM_COL_DIST_PN "--bom-col-dist-pn" | 
Definition at line 38 of file command_pcb_export_ipc2581.cpp.
Referenced by CLI::PCB_EXPORT_IPC2581_COMMAND::doPerform(), and CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND().
| #define ARG_BOM_COL_INT_ID "--bom-col-int-id" | 
Definition at line 35 of file command_pcb_export_ipc2581.cpp.
Referenced by CLI::PCB_EXPORT_IPC2581_COMMAND::doPerform(), and CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND().
| #define ARG_BOM_COL_MFG "--bom-col-mfg" | 
Definition at line 37 of file command_pcb_export_ipc2581.cpp.
Referenced by CLI::PCB_EXPORT_IPC2581_COMMAND::doPerform(), and CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND().
| #define ARG_BOM_COL_MFG_PN "--bom-col-mfg-pn" | 
Definition at line 36 of file command_pcb_export_ipc2581.cpp.
Referenced by CLI::PCB_EXPORT_IPC2581_COMMAND::doPerform(), and CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND().
| #define ARG_COMPRESS "--compress" | 
| #define ARG_UNITS "--units" | 
Definition at line 40 of file command_pcb_export_ipc2581.cpp.