KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | D_CODE |
A gerber DCODE (also called Aperture) definition. More... | |
Macros | |
#define | FIRST_DCODE 10 |
#define | LAST_DCODE 0x7FFFFFFF |
Enumerations | |
enum | APERTURE_T { APT_CIRCLE = 'C' , APT_RECT = 'R' , APT_OVAL = '0' , APT_POLYGON = 'P' , APT_MACRO = 'M' } |
The set of all gerber aperture types allowed from ADD dcode command, like ADD11C,0.304800*% to add a DCode number 11, circle shape. More... | |
enum | APERTURE_DEF_HOLETYPE { APT_DEF_NO_HOLE = 0 , APT_DEF_ROUND_HOLE , APT_DEF_RECT_HOLE } |
enum APERTURE_T |