KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PIN_MAP_ENTRY Struct Reference

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
 

Detailed Description

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.

Definition at line 40 of file pin_map.h.

Member Function Documentation

◆ operator==()

bool PIN_MAP_ENTRY::operator== ( const PIN_MAP_ENTRY & aOther) const
inline

Definition at line 45 of file pin_map.h.

References m_PadNumber, and m_PinNumber.

Member Data Documentation

◆ m_PadNumber

wxString PIN_MAP_ENTRY::m_PadNumber

Definition at line 43 of file pin_map.h.

Referenced by operator==().

◆ m_PinNumber

wxString PIN_MAP_ENTRY::m_PinNumber

Definition at line 42 of file pin_map.h.

Referenced by operator==().


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