KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::SIGNAL_RESULT Struct Reference

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_KEYitems
 
std::vector< SLOT_KEYslots
 
std::optional< SLOT_KEYnameSlot
 Bus member slot that names the net. Ties take the smallest key.
 

Detailed Description

Derived state of one net before publication.

Definition at line 30 of file conn_signals.h.

Member Data Documentation

◆ baseName

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.

◆ items

std::vector<ITEM_KEY> SCH_CONNECTIVITY::SIGNAL_RESULT::items

Definition at line 39 of file conn_signals.h.

◆ nameSlot

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.

◆ slots

std::vector<SLOT_KEY> SCH_CONNECTIVITY::SIGNAL_RESULT::slots

Definition at line 40 of file conn_signals.h.

◆ summary

SUMMARY SCH_CONNECTIVITY::SIGNAL_RESULT::summary

Definition at line 32 of file conn_signals.h.


The documentation for this struct was generated from the following file: