|
KiCad PCB EDA Suite
|
Bound result of one bus component. More...
#include <conn_bindings.h>
Public Attributes | |
| std::vector< ITEM_KEY > | items |
| std::vector< NAME_ID > | netclasses |
| std::optional< CLAIM > | canonical |
| Strongest bus claim. It is empty for a bus without a bus claim. | |
| std::vector< SLOT_KEY > | members |
| Canonical slots in leaf order. Extra slots are not listed. | |
| std::vector< SLOT_INPUT > | slots |
| Canonical and extra slots, sorted by key. | |
Bound result of one bus component.
Definition at line 84 of file conn_bindings.h.
| std::optional<CLAIM> SCH_CONNECTIVITY::BUNDLE_BINDING::canonical |
Strongest bus claim. It is empty for a bus without a bus claim.
Definition at line 88 of file conn_bindings.h.
| std::vector<ITEM_KEY> SCH_CONNECTIVITY::BUNDLE_BINDING::items |
Definition at line 86 of file conn_bindings.h.
| std::vector<SLOT_KEY> SCH_CONNECTIVITY::BUNDLE_BINDING::members |
Canonical slots in leaf order. Extra slots are not listed.
Definition at line 89 of file conn_bindings.h.
| std::vector<NAME_ID> SCH_CONNECTIVITY::BUNDLE_BINDING::netclasses |
Definition at line 87 of file conn_bindings.h.
| std::vector<SLOT_INPUT> SCH_CONNECTIVITY::BUNDLE_BINDING::slots |
Canonical and extra slots, sorted by key.
Definition at line 90 of file conn_bindings.h.