|
KiCad PCB EDA Suite
|
Four or more contacts at one position. More...
#include <conn_engine.h>
Public Attributes | |
| KIID_PATH | sheet |
| VECTOR2I | position |
| std::vector< KIID > | items |
| One pin for each symbol, then the lines; ERC reports four. | |
| std::vector< KIID > | equivalentItems |
| Every pin and line at the position, sorted. | |
Four or more contacts at one position.
Wire ends count once each, and the pins of one symbol count once. ERC raises ERCE_FOUR_WAY_JUNCTION.
Definition at line 316 of file conn_engine.h.
| std::vector<KIID> SCH_CONNECTIVITY::FOUR_WAY_JUNCTION::equivalentItems |
Every pin and line at the position, sorted.
A saved exclusion may name any of them.
Definition at line 323 of file conn_engine.h.
| std::vector<KIID> SCH_CONNECTIVITY::FOUR_WAY_JUNCTION::items |
One pin for each symbol, then the lines; ERC reports four.
Definition at line 320 of file conn_engine.h.
Referenced by SCH_CONNECTIVITY::ENGINE::FourWayJunctions().
| VECTOR2I SCH_CONNECTIVITY::FOUR_WAY_JUNCTION::position |
Definition at line 319 of file conn_engine.h.
| KIID_PATH SCH_CONNECTIVITY::FOUR_WAY_JUNCTION::sheet |
Definition at line 318 of file conn_engine.h.