KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ footprint

wxString SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::footprint

Definition at line 37 of file conn_engine.h.

◆ item

KIID SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::item

Definition at line 34 of file conn_engine.h.

◆ number

wxString SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::number

Definition at line 36 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::position

Definition at line 35 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::UNMAPPED_PIN_CANDIDATE::sheet

Definition at line 33 of file conn_engine.h.


The documentation for this struct was generated from the following file: