|
KiCad PCB EDA Suite
|
#include <functional>#include <optional>#include <set>#include <geometry/shape_line_chain.h>#include <pcb_generator.h>Go to the source code of this file.
Classes | |
| class | PCB_VIA_STACK |
| A microvia stack: several single hop microvias, plus connecting traces for staggered stacks, that form one vertical connection and are edited as a unit. More... | |
Enumerations | |
| enum class | VIA_STACK_STYLE : int { STACKED = 0 , STAGGERED = 1 } |
|
strong |
| Enumerator | |
|---|---|
| STACKED | |
| STAGGERED | |
Definition at line 34 of file pcb_via_stack.h.