|
KiCad PCB EDA Suite
|
#include "conn_bindings.h"#include <algorithm>#include <map>#include <stdexcept>#include <set>#include <utility>#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 | |
| BUNDLE_INPUT | SCH_CONNECTIVITY::PrepareBundle (const PARTITION &aPartition, const RECORD_STORE::RECORD_CACHE &aRecords, SESSION_KEYS &aKeys) |
| Collect the bus claims of a bundle partition and intern their leaf names on the main thread. | |
| BUNDLE_BINDING | SCH_CONNECTIVITY::BindBundle (const BUNDLE_INPUT &aInput, const SESSION_KEYS &aKeys) |
| Align the prepared claims to the canonical claim and make the member slots. | |
| std::vector< NODE_INPUT > | SCH_CONNECTIVITY::SignalNodes (const RECORD_STORE::RECORD_CACHE &aRecords, const SLOT_STORE::SLOT_CACHE &aSlots, SESSION_KEYS &aKeys) |
| Main-thread interning of current signal records and slots for the signal fold. | |