|
KiCad PCB EDA Suite
|
Declarations of types for tracks and vias. More...
Go to the source code of this file.
Macros | |
| #define | UNDEFINED_DRILL_DIAMETER -1 |
Enumerations | |
| enum | ENDPOINT_T : int { ENDPOINT_START = 0 , ENDPOINT_END = 1 } |
| enum class | VIATYPE : int { THROUGH = 4 , BURIED = 3 , BLIND = 2 , MICROVIA = 1 , NOT_DEFINED = 0 } |
| enum class | TENTING_MODE { FROM_BOARD = 0 , TENTED = 1 , NOT_TENTED = 2 } |
| enum class | COVERING_MODE { FROM_BOARD = 0 , COVERED = 1 , NOT_COVERED = 2 } |
| enum class | PLUGGING_MODE { FROM_BOARD = 0 , PLUGGED = 1 , NOT_PLUGGED = 2 } |
| enum class | CAPPING_MODE { FROM_BOARD = 0 , CAPPED = 1 , NOT_CAPPED = 2 } |
| enum class | FILLING_MODE { FROM_BOARD = 0 , FILLED = 1 , NOT_FILLED = 2 } |
Declarations of types for tracks and vias.
Definition in file pcb_track_types.h.
| #define UNDEFINED_DRILL_DIAMETER -1 |
Definition at line 85 of file pcb_track_types.h.
Referenced by PCB_IO_KICAD_SEXPR::format(), DSN::SPECCTRA_DB::makeVIA(), and PCB_VIA::SetDrillDefault().
|
strong |
| Enumerator | |
|---|---|
| FROM_BOARD | |
| CAPPED | |
| NOT_CAPPED | |
Definition at line 71 of file pcb_track_types.h.
|
strong |
| Enumerator | |
|---|---|
| FROM_BOARD | |
| COVERED | |
| NOT_COVERED | |
Definition at line 57 of file pcb_track_types.h.
| enum ENDPOINT_T : int |
| Enumerator | |
|---|---|
| ENDPOINT_START | |
| ENDPOINT_END | |
Definition at line 33 of file pcb_track_types.h.
|
strong |
| Enumerator | |
|---|---|
| FROM_BOARD | |
| FILLED | |
| NOT_FILLED | |
Definition at line 78 of file pcb_track_types.h.
|
strong |
| Enumerator | |
|---|---|
| FROM_BOARD | |
| PLUGGED | |
| NOT_PLUGGED | |
Definition at line 64 of file pcb_track_types.h.
|
strong |
| Enumerator | |
|---|---|
| FROM_BOARD | |
| TENTED | |
| NOT_TENTED | |
Definition at line 50 of file pcb_track_types.h.
|
strong |
| Enumerator | |
|---|---|
| THROUGH | |
| BURIED | |
| BLIND | |
| MICROVIA | |
| NOT_DEFINED | |
Definition at line 40 of file pcb_track_types.h.