KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_rc.cpp File Reference
#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
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

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.