|
KiCad PCB EDA Suite
|
A pin with a footprint that is not dangling, or that ignores dangling state. More...
#include <conn_engine.h>
Public Attributes | |
| KIID_PATH | sheet |
| KIID | item |
| VECTOR2I | position |
| wxString | number |
| wxString | footprint |
A pin with a footprint that is not dangling, or that ignores dangling state.
The engine cannot load footprints, so ERC_TESTER::TestPinMap() looks up the pads and raises ERCE_PIN_MAP_UNMAPPED_PIN.
Definition at line 31 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::footprint |
Definition at line 37 of file conn_engine.h.
| KIID SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::item |
Definition at line 34 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::number |
Definition at line 36 of file conn_engine.h.
| VECTOR2I SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::position |
Definition at line 35 of file conn_engine.h.
| KIID_PATH SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::sheet |
Definition at line 33 of file conn_engine.h.