|
KiCad PCB EDA Suite
|
Main-thread input of BindBundle() for one bundle partition. More...
#include <conn_bindings.h>
Public Attributes | |
| NODE_ID | parent = INVALID_ID |
| Anchor node of the partition. | |
| std::vector< ITEM_KEY > | items |
| std::vector< BUNDLE_CLAIM > | claims |
| Bus claims. The canonical claim is first. | |
| std::vector< NAME_ID > | netclasses |
Main-thread input of BindBundle() for one bundle partition.
Definition at line 73 of file conn_bindings.h.
| std::vector<BUNDLE_CLAIM> SCH_CONNECTIVITY::BUNDLE_INPUT::claims |
Bus claims. The canonical claim is first.
Definition at line 77 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().
| std::vector<ITEM_KEY> SCH_CONNECTIVITY::BUNDLE_INPUT::items |
Definition at line 76 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().
| std::vector<NAME_ID> SCH_CONNECTIVITY::BUNDLE_INPUT::netclasses |
Definition at line 78 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().
| NODE_ID SCH_CONNECTIVITY::BUNDLE_INPUT::parent = INVALID_ID |
Anchor node of the partition.
Definition at line 75 of file conn_bindings.h.
Referenced by SCH_CONNECTIVITY::BindBundle().