![]() |
KiCad PCB EDA Suite
|
#include <vector>
#include <set>
Go to the source code of this file.
Enumerations | |
enum | Gerb_Interpolation { GERB_INTERPOL_LINEAR_1X = 0, GERB_INTERPOL_ARC_NEG, GERB_INTERPOL_ARC_POS } |
enum | Gerb_GCommand { GC_MOVE = 0, GC_LINEAR_INTERPOL_1X = 1, GC_CIRCLE_NEG_INTERPOL = 2, GC_CIRCLE_POS_INTERPOL = 3, GC_COMMENT = 4, GC_TURN_ON_POLY_FILL = 36, GC_TURN_OFF_POLY_FILL = 37, GC_SELECT_TOOL = 54, GC_PHOTO_MODE = 55, GC_SPECIFY_INCHES = 70, GC_SPECIFY_MILLIMETERS = 71, GC_TURN_OFF_360_INTERPOL = 74, GC_TURN_ON_360_INTERPOL = 75, GC_SPECIFY_ABSOLUES_COORD = 90, GC_SPECIFY_RELATIVEES_COORD = 91 } |
enum | Gerb_Analyse_Cmd { CMD_IDLE = 0, END_BLOCK, ENTER_RS274X_CMD } |
Variables | |
enum Gerb_Interpolation | kiface |
enum Gerb_Analyse_Cmd |
Enumerator | |
---|---|
CMD_IDLE | |
END_BLOCK | |
ENTER_RS274X_CMD |
Definition at line 62 of file gerbview.h.
enum Gerb_GCommand |
Definition at line 42 of file gerbview.h.
enum Gerb_Interpolation |
Enumerator | |
---|---|
GERB_INTERPOL_LINEAR_1X | |
GERB_INTERPOL_ARC_NEG | |
GERB_INTERPOL_ARC_POS |
Definition at line 33 of file gerbview.h.
enum Gerb_Interpolation kiface |