|
KiCad PCB EDA Suite
|
One symbol-pin to footprint-pad mapping inside a PIN_MAP. More...
#include <pin_map.h>
Public Member Functions | |
| bool | operator== (const PIN_MAP_ENTRY &aOther) const |
Public Attributes | |
| wxString | m_PinNumber |
| wxString | m_PadNumber |
One symbol-pin to footprint-pad mapping inside a PIN_MAP.
The pad number is a string so it carries KiCad's bracketed stacked-pin syntax verbatim; e.g. "[4,9]" expresses a single symbol pin connected to footprint pads 4 and 9. Plain numeric and alphanumeric pad names work unchanged.
|
inline |
Definition at line 45 of file pin_map.h.
References m_PadNumber, and m_PinNumber.
| wxString PIN_MAP_ENTRY::m_PadNumber |
Definition at line 43 of file pin_map.h.
Referenced by operator==().
| wxString PIN_MAP_ENTRY::m_PinNumber |
Definition at line 42 of file pin_map.h.
Referenced by operator==().