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::INCHES, "in" }, { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::MILLIMETERS, "mm" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_IPC2581 | |
REGISTER_JOB (pcb_export_ipc2581, _HKI("PCB: Export IPC2581"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_IPC2581) | |
NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS | , |
{ { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::INCHES, "in" }, { JOB_EXPORT_PCB_IPC2581::IPC2581_UNITS::MILLIMETERS, "mm" }, } | |||
) |
Definition at line 26 of file job_export_pcb_ipc2581.cpp.
References JOB_EXPORT_PCB_IPC2581::INCHES, and JOB_EXPORT_PCB_IPC2581::MILLIMETERS.
REGISTER_JOB | ( | pcb_export_ipc2581 | , |
_HKI("PCB: Export IPC2581") | , | ||
KIWAY::FACE_PCB | , | ||
JOB_EXPORT_PCB_IPC2581 | |||
) |