|
KiCad PCB EDA Suite
|
One member position of a bus. More...
#include <conn_keys.h>
Public Member Functions | |
| bool | operator== (const SLOT_KEY &) const =default |
Public Attributes | |
| ITEM_KEY | bundleDriver |
| The source item of the claim that defines the leaf order. | |
| uint32_t | leaf = 0 |
| The index into BUS_SCHEMA::leaves of that claim. | |
One member position of a bus.
Definition at line 126 of file conn_keys.h.
|
default |
| ITEM_KEY SCH_CONNECTIVITY::SLOT_KEY::bundleDriver |
The source item of the claim that defines the leaf order.
Definition at line 128 of file conn_keys.h.
Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less(), and SCH_CONNECTIVITY::FACADE_STATE::RefreshNetItems().
| uint32_t SCH_CONNECTIVITY::SLOT_KEY::leaf = 0 |
The index into BUS_SCHEMA::leaves of that claim.
Definition at line 129 of file conn_keys.h.
Referenced by SCH_CONNECTIVITY::SESSION_KEYS::Less().