KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_sch_erc.cpp File Reference
#include <jobs/job_sch_erc.h>
#include <jobs/job_registry.h>
#include <i18n_utility.h>

Go to the source code of this file.

Functions

 NLOHMANN_JSON_SERIALIZE_ENUM (JOB_SCH_ERC::UNITS, { { JOB_SCH_ERC::UNITS::INCHES, "in" }, { JOB_SCH_ERC::UNITS::MILLIMETERS, "mm" }, { JOB_SCH_ERC::UNITS::MILS, "mils" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_SCH_ERC
 
 REGISTER_JOB (sch_erc, _HKI("Schematic: Perform ERC"), KIWAY::FACE_SCH, JOB_SCH_ERC)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

NLOHMANN_JSON_SERIALIZE_ENUM ( JOB_SCH_ERC::UNITS  ,
{ { JOB_SCH_ERC::UNITS::INCHES, "in" }, { JOB_SCH_ERC::UNITS::MILLIMETERS, "mm" }, { JOB_SCH_ERC::UNITS::MILS, "mils" }, }   
)

Definition at line 25 of file job_sch_erc.cpp.

References JOB_SCH_ERC::INCHES, JOB_SCH_ERC::MILLIMETERS, and JOB_SCH_ERC::MILS.

◆ REGISTER_JOB()

REGISTER_JOB ( sch_erc  ,
_HKI("Schematic: Perform ERC")  ,
KIWAY::FACE_SCH  ,
JOB_SCH_ERC   
)