|
KiCad PCB EDA Suite
|
Pins of type no-connect that touch other items at one position. More...
#include <conn_engine.h>
Public Attributes | |
| KIID_PATH | sheet |
| std::vector< KIID > | pins |
| No-connect pins at the position, sorted. | |
| std::vector< KIID > | others |
| Items that touch those pins, sorted. | |
| VECTOR2I | position |
Pins of type no-connect that touch other items at one position.
A no-connect flag, another no-connect pin or a power flag is not a conflict. ERC raises ERCE_NOCONNECT_CONNECTED.
Definition at line 108 of file conn_engine.h.
| std::vector<KIID> SCH_CONNECTIVITY::NO_CONNECT_PIN_CONFLICT::others |
Items that touch those pins, sorted.
Definition at line 112 of file conn_engine.h.
| std::vector<KIID> SCH_CONNECTIVITY::NO_CONNECT_PIN_CONFLICT::pins |
No-connect pins at the position, sorted.
Definition at line 111 of file conn_engine.h.
| VECTOR2I SCH_CONNECTIVITY::NO_CONNECT_PIN_CONFLICT::position |
Definition at line 113 of file conn_engine.h.
| KIID_PATH SCH_CONNECTIVITY::NO_CONNECT_PIN_CONFLICT::sheet |
Definition at line 110 of file conn_engine.h.