|
KiCad PCB EDA Suite
|
#include <netlist_exporter_base.h>
Public Member Functions | |
| PIN_INFO (const wxString &aPinNumber, const wxString &aNetName, const wxString &aPinName, const wxString &aSourcePin=wxEmptyString) | |
Public Attributes | |
| wxString | num |
| Resolved footprint pad number. | |
| wxString | netName |
| wxString | pinName |
| wxString | srcPin |
| Original symbol pin number that mapped to this pad (issue #2282). | |
Definition at line 73 of file netlist_exporter_base.h.
|
inline |
| wxString PIN_INFO::netName |
Definition at line 84 of file netlist_exporter_base.h.
Referenced by PIN_INFO().
| wxString PIN_INFO::num |
Resolved footprint pad number.
Definition at line 83 of file netlist_exporter_base.h.
Referenced by PIN_INFO().
| wxString PIN_INFO::pinName |
Definition at line 85 of file netlist_exporter_base.h.
Referenced by PIN_INFO().
| wxString PIN_INFO::srcPin |
Original symbol pin number that mapped to this pad (issue #2282).
Definition at line 86 of file netlist_exporter_base.h.
Referenced by PIN_INFO().