KiCad PCB EDA Suite
Loading...
Searching...
No Matches
topo_match.cpp File Reference
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <cassert>
#include <map>
#include <set>
#include <cctype>
#include <pad.h>
#include <footprint.h>
#include <refdes_utils.h>
#include <wx/string.h>
#include <wx/log.h>
#include "topo_match.h"

Go to the source code of this file.

Namespaces

namespace  TMATCH
 

Functions

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

Variables

static const wxString traceTopoMatch = wxT( "TOPO_MATCH" )
 

Variable Documentation

◆ traceTopoMatch