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::INCHES, "in" }, { JOB_RC::UNITS::MILLIMETERS, "mm" }, { JOB_RC::UNITS::MILS, "mils" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_RC | |
NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_RC::UNITS | , |
{ { JOB_RC::UNITS::INCHES, "in" }, { JOB_RC::UNITS::MILLIMETERS, "mm" }, { JOB_RC::UNITS::MILS, "mils" }, } | |||
) |
Definition at line 24 of file job_rc.cpp.
References JOB_RC::INCHES, JOB_RC::MILLIMETERS, and JOB_RC::MILS.