KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
job_export_pcb_odb.cpp File Reference

Go to the source code of this file.

Functions

 NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_ODB::ODB_UNITS, { { JOB_EXPORT_PCB_ODB::ODB_UNITS::INCH, "in" }, { JOB_EXPORT_PCB_ODB::ODB_UNITS::MM, "mm" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_ODB
 
 REGISTER_JOB (pcb_export_odb, _HKI("PCB: Export ODB++"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_ODB)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

NLOHMANN_JSON_SERIALIZE_ENUM ( JOB_EXPORT_PCB_ODB::ODB_UNITS  ,
{ { JOB_EXPORT_PCB_ODB::ODB_UNITS::INCH, "in" }, { JOB_EXPORT_PCB_ODB::ODB_UNITS::MM, "mm" }, }   
)

Definition at line 25 of file job_export_pcb_odb.cpp.

References JOB_EXPORT_PCB_ODB::INCH, and JOB_EXPORT_PCB_ODB::MM.

◆ REGISTER_JOB()

REGISTER_JOB ( pcb_export_odb  ,
_HKI("PCB: Export ODB++")  ,
KIWAY::FACE_PCB  ,
JOB_EXPORT_PCB_ODB   
)