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

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_KEYitems
 
std::vector< BUNDLE_CLAIMclaims
 Bus claims. The canonical claim is first.
 
std::vector< NAME_IDnetclasses
 

Detailed Description

Main-thread input of BindBundle() for one bundle partition.

Definition at line 73 of file conn_bindings.h.

Member Data Documentation

◆ claims

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

◆ items

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

Definition at line 76 of file conn_bindings.h.

Referenced by SCH_CONNECTIVITY::BindBundle().

◆ netclasses

std::vector<NAME_ID> SCH_CONNECTIVITY::BUNDLE_INPUT::netclasses

Definition at line 78 of file conn_bindings.h.

Referenced by SCH_CONNECTIVITY::BindBundle().

◆ parent

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


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