|
KiCad PCB EDA Suite
|
Hole classification and drill span, shared by the drill model and the drill writers. More...
Go to the source code of this file.
Classes | |
| struct | DRILL_SPAN |
Typedefs | |
| typedef std::pair< PCB_LAYER_ID, PCB_LAYER_ID > | DRILL_LAYER_PAIR |
Enumerations | |
| enum class | HOLE_ATTRIBUTE { HOLE_UNKNOWN , HOLE_VIA_THROUGH , HOLE_VIA_BURIED , HOLE_VIA_BACKDRILL , HOLE_PAD , HOLE_PAD_CASTELLATED , HOLE_PAD_PRESSFIT , HOLE_MECHANICAL } |
Hole classification and drill span, shared by the drill model and the drill writers.
Definition in file drill_span.h.
| typedef std::pair<PCB_LAYER_ID, PCB_LAYER_ID> DRILL_LAYER_PAIR |
Definition at line 48 of file drill_span.h.
|
strong |
| Enumerator | |
|---|---|
| HOLE_UNKNOWN | |
| HOLE_VIA_THROUGH | |
| HOLE_VIA_BURIED | |
| HOLE_VIA_BACKDRILL | |
| HOLE_PAD | |
| HOLE_PAD_CASTELLATED | |
| HOLE_PAD_PRESSFIT | |
| HOLE_MECHANICAL | |
Definition at line 35 of file drill_span.h.