![]() |
KiCad PCB EDA Suite
|
#include <mutex>
#include <vector>
#include <erc_settings.h>
#include <sch_connection.h>
#include <sch_item.h>
Go to the source code of this file.
Classes | |
class | CONNECTION_SUBGRAPH |
A subgraph is a set of items that are electrically connected on a single sheet. More... | |
class | CONNECTION_GRAPH |
Calculates the connectivity of a schematic and generates netlists. More... | |
Typedefs | |
typedef std::pair< wxString, int > | NET_NAME_CODE |
Associates a net code with the final name of a net. More... | |
typedef std::map< NET_NAME_CODE, std::vector< CONNECTION_SUBGRAPH * > > | NET_MAP |
Associates a NET_CODE_NAME with all the subgraphs in that net. More... | |
typedef std::map<NET_NAME_CODE, std::vector<CONNECTION_SUBGRAPH*> > NET_MAP |
Associates a NET_CODE_NAME with all the subgraphs in that net.
Definition at line 242 of file connection_graph.h.
typedef std::pair<wxString, int> NET_NAME_CODE |
Associates a net code with the final name of a net.
Definition at line 239 of file connection_graph.h.