KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TMATCH Namespace Reference

Classes

class  BACKTRACK_STAGE
 
class  COMPONENT
 
class  CONNECTION_GRAPH
 
class  PIN
 

Typedefs

typedef std::map< FOOTPRINT *, FOOTPRINT * > COMPONENT_MATCHES
 

Functions

bool checkIfPadNetsMatch (BACKTRACK_STAGE &aMatches, CONNECTION_GRAPH *aRefGraph, COMPONENT *aRef, COMPONENT *aTgt)
 

Typedef Documentation

◆ COMPONENT_MATCHES

Definition at line 148 of file topo_match.h.

Function Documentation

◆ checkIfPadNetsMatch()