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

A first-class footprint choice on a LIB_SYMBOL, tied to a named pin map. More...

#include <pin_map.h>

Public Member Functions

bool operator== (const ASSOCIATED_FOOTPRINT &aOther) const
 

Public Attributes

LIB_ID m_FootprintLibId
 
wxString m_MapName
 

Detailed Description

A first-class footprint choice on a LIB_SYMBOL, tied to a named pin map.

Unlike the existing fp_filters glob list, an associated footprint names a concrete footprint LIB_ID and the named map that resolves the symbol's pins onto that footprint's pads. An empty map name means the footprint resolves by identity/unmapped only.

Definition at line 157 of file pin_map.h.

Member Function Documentation

◆ operator==()

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

Definition at line 162 of file pin_map.h.

References m_FootprintLibId, and m_MapName.

Member Data Documentation

◆ m_FootprintLibId

◆ m_MapName


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