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

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.
 

Detailed Description

One member position of a bus.

Definition at line 126 of file conn_keys.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::SLOT_KEY::operator== ( const SLOT_KEY & ) const
default

Member Data Documentation

◆ bundleDriver

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().

◆ leaf

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().


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