| 
    KiCad PCB EDA Suite
    
   | 
 
#include <jobs/job_rc.h>Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_RC::UNITS, { { JOB_RC::UNITS::INCH, "in" }, { JOB_RC::UNITS::MM, "mm" }, { JOB_RC::UNITS::MILS, "mils" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_RC | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_RC::UNITS | , | 
| { { JOB_RC::UNITS::INCH, "in" }, { JOB_RC::UNITS::MM, "mm" }, { JOB_RC::UNITS::MILS, "mils" }, } | ) | 
Definition at line 24 of file job_rc.cpp.
References JOB_RC::INCH, JOB_RC::MILS, and JOB_RC::MM.