|
KiCad PCB EDA Suite
|
#include <drc_chain_topology.h>
Public Attributes | |
| VECTOR2I | branchPoint |
| PCB_LAYER_ID | branchLayer |
| std::vector< BOARD_CONNECTED_ITEM * > | items |
| double | length |
| double | delay |
Definition at line 59 of file drc_chain_topology.h.
| PCB_LAYER_ID CHAIN_TOPOLOGY::STUB::branchLayer |
Definition at line 62 of file drc_chain_topology.h.
Referenced by CHAIN_TOPOLOGY::CHAIN_TOPOLOGY().
| VECTOR2I CHAIN_TOPOLOGY::STUB::branchPoint |
Definition at line 61 of file drc_chain_topology.h.
Referenced by CHAIN_TOPOLOGY::CHAIN_TOPOLOGY().
| double CHAIN_TOPOLOGY::STUB::delay |
Definition at line 65 of file drc_chain_topology.h.
Referenced by CHAIN_TOPOLOGY::CHAIN_TOPOLOGY().
| std::vector<BOARD_CONNECTED_ITEM*> CHAIN_TOPOLOGY::STUB::items |
Definition at line 63 of file drc_chain_topology.h.
Referenced by CHAIN_TOPOLOGY::CHAIN_TOPOLOGY().
| double CHAIN_TOPOLOGY::STUB::length |
Definition at line 64 of file drc_chain_topology.h.
Referenced by CHAIN_TOPOLOGY::CHAIN_TOPOLOGY().