| 
    KiCad PCB EDA Suite
    
   | 
 
#include <jobs/job_export_pcb_ipc2581.h>#include <jobs/job_registry.h>#include <i18n_utility.h>#include <wildcards_and_files_ext.h>Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS, { { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::INCH, "in" }, { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::MM, "mm" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_IPC2581 | |
| REGISTER_JOB (pcb_export_ipc2581, _HKI("PCB: Export IPC-2581"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_IPC2581) | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS | , | 
| { { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::INCH, "in" }, { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::MM, "mm" }, } | ) | 
Definition at line 26 of file job_export_pcb_ipc2581.cpp.
References JOB_EXPORT_PCB_IPC2581::INCH, and JOB_EXPORT_PCB_IPC2581::MM.
| REGISTER_JOB | ( | pcb_export_ipc2581 | , | 
| _HKI("PCB: Export IPC-2581") | , | ||
| KIWAY::FACE_PCB | , | ||
| JOB_EXPORT_PCB_IPC2581 | ) | 
References KIWAY::FACE_PCB.