| 
    KiCad PCB EDA Suite
    
   | 
 
Classes used to generate a Gerber job file in JSON. More...
#include <json_common.h>Go to the source code of this file.
Classes | |
| class | JOBFILE_PARAMS | 
| JOBFILE_PARAMS store the list of parameters written in Gerber job file especially list of .gbr filenames and the corresponding layer id belonging the job.  More... | |
| class | GERBER_JOBFILE_WRITER | 
| GERBER_JOBFILE_WRITER is a class used to create Gerber job file a Gerber job file stores info to make a board: list of gerber files info about the board itsel: size, number of copper layers thickness of the board, copper and dielectric and some other info (colors, finish type ...)  More... | |
Enumerations | |
| enum | ONSIDE { SIDE_NONE = 0 , SIDE_TOP = 1 , SIDE_BOTTOM = 2 , SIDE_BOTH = SIDE_TOP|SIDE_BOTTOM } | 
Classes used to generate a Gerber job file in JSON.
Definition in file gerber_jobfile_writer.h.
| enum ONSIDE | 
| Enumerator | |
|---|---|
| SIDE_NONE | |
| SIDE_TOP | |
| SIDE_BOTTOM | |
| SIDE_BOTH | |
Definition at line 37 of file gerber_jobfile_writer.h.