| 
    KiCad PCB EDA Suite
    
   | 
 
Classes | |
| class | BACKTRACK_STAGE | 
| class | COMPONENT | 
| class | CONNECTION_GRAPH | 
| class | PIN | 
Typedefs | |
| typedef std::map< FOOTPRINT *, FOOTPRINT * > | COMPONENT_MATCHES | 
Functions | |
| bool | checkIfPadNetsMatch (const BACKTRACK_STAGE &aMatches, CONNECTION_GRAPH *aRefGraph, COMPONENT *aRef, COMPONENT *aTgt) | 
| typedef std::map<FOOTPRINT*, FOOTPRINT*> TMATCH::COMPONENT_MATCHES | 
Definition at line 149 of file topo_match.h.
| bool TMATCH::checkIfPadNetsMatch | ( | const BACKTRACK_STAGE & | aMatches, | 
| CONNECTION_GRAPH * | aRefGraph, | ||
| COMPONENT * | aRef, | ||
| COMPONENT * | aTgt ) | 
Definition at line 122 of file topo_match.cpp.
References TMATCH::CONNECTION_GRAPH::Components(), TMATCH::BACKTRACK_STAGE::GetMatchingComponentPairs(), TMATCH::COMPONENT::GetParent(), FOOTPRINT::GetReferenceAsString(), TMATCH::COMPONENT::Pins(), and traceTopoMatch.
Referenced by TMATCH::CONNECTION_GRAPH::findMatchingComponents().