|
KiCad PCB EDA Suite
|
#include "conn_publish.h"#include <algorithm>#include <iterator>#include <limits>#include <ranges>#include <set>#include <stdexcept>#include <wx/thread.h>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |
Functions | |
| wxString | SCH_CONNECTIVITY::ApplyNameSuffix (const wxString &aName, const BUS_SCHEMA *aSchema, uint32_t aSuffix) |
| Add "_N" to aName. | |