|
KiCad PCB EDA Suite
|
Derived state of one net before publication. More...
#include <conn_signals.h>
Public Attributes | |
| SUMMARY | summary |
| NAME_ID | baseName = INVALID_ID |
| CLAIM::ncName for an unconnected pin net, else CLAIM::fullName. | |
| std::vector< ITEM_KEY > | items |
| std::vector< SLOT_KEY > | slots |
| std::optional< SLOT_KEY > | nameSlot |
| Bus member slot that names the net. Ties take the smallest key. | |
Derived state of one net before publication.
Definition at line 30 of file conn_signals.h.
| NAME_ID SCH_CONNECTIVITY::SIGNAL_RESULT::baseName = INVALID_ID |
CLAIM::ncName for an unconnected pin net, else CLAIM::fullName.
Driverless components have no base name. Publication assigns them the empty name and net code zero.
Definition at line 38 of file conn_signals.h.
| std::vector<ITEM_KEY> SCH_CONNECTIVITY::SIGNAL_RESULT::items |
Definition at line 39 of file conn_signals.h.
| std::optional<SLOT_KEY> SCH_CONNECTIVITY::SIGNAL_RESULT::nameSlot |
Bus member slot that names the net. Ties take the smallest key.
Definition at line 41 of file conn_signals.h.
| std::vector<SLOT_KEY> SCH_CONNECTIVITY::SIGNAL_RESULT::slots |
Definition at line 40 of file conn_signals.h.
| SUMMARY SCH_CONNECTIVITY::SIGNAL_RESULT::summary |
Definition at line 32 of file conn_signals.h.