|
KiCad PCB EDA Suite
|
One bus claim of a bundle partition, with its leaf names interned. More...
#include <conn_bindings.h>
Classes | |
| struct | LEAF_NAME |
Public Attributes | |
| RECORD_KEY | record |
| Record of the island that holds the claim. | |
| CLAIM | claim |
| std::vector< LEAF_NAME > | leaves |
| One entry for each leaf of the claim schema, in the same order. | |
| bool | drivesRecord = false |
| The claim drives its own island, which lets a sheet pin name members in the parent sheet. | |
One bus claim of a bundle partition, with its leaf names interned.
Definition at line 53 of file conn_bindings.h.
| CLAIM SCH_CONNECTIVITY::BUNDLE_CLAIM::claim |
Definition at line 63 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle(), and SCH_CONNECTIVITY::PrepareBundle().
| bool SCH_CONNECTIVITY::BUNDLE_CLAIM::drivesRecord = false |
The claim drives its own island, which lets a sheet pin name members in the parent sheet.
Definition at line 67 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().
| std::vector<LEAF_NAME> SCH_CONNECTIVITY::BUNDLE_CLAIM::leaves |
One entry for each leaf of the claim schema, in the same order.
Definition at line 64 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle(), and SCH_CONNECTIVITY::PrepareBundle().
| RECORD_KEY SCH_CONNECTIVITY::BUNDLE_CLAIM::record |
Record of the island that holds the claim.
Definition at line 62 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().