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

One bus claim of a bundle partition, with its leaf names interned. More...

#include <conn_bindings.h>

Classes

struct  LEAF_NAME
 

Public Attributes

RECORD_KEY record
 Record of the island that holds the claim.
 
CLAIM claim
 
std::vector< LEAF_NAMEleaves
 One entry for each leaf of the claim schema, in the same order.
 
bool drivesRecord = false
 The claim drives its own island, which lets a sheet pin name members in the parent sheet.
 

Detailed Description

One bus claim of a bundle partition, with its leaf names interned.

Definition at line 53 of file conn_bindings.h.

Member Data Documentation

◆ claim

CLAIM SCH_CONNECTIVITY::BUNDLE_CLAIM::claim

◆ drivesRecord

bool SCH_CONNECTIVITY::BUNDLE_CLAIM::drivesRecord = false

The claim drives its own island, which lets a sheet pin name members in the parent sheet.

Definition at line 67 of file conn_bindings.h.

Referenced by SCH_CONNECTIVITY::BindBundle().

◆ leaves

std::vector<LEAF_NAME> SCH_CONNECTIVITY::BUNDLE_CLAIM::leaves

One entry for each leaf of the claim schema, in the same order.

Definition at line 64 of file conn_bindings.h.

Referenced by SCH_CONNECTIVITY::BindBundle(), and SCH_CONNECTIVITY::PrepareBundle().

◆ record

RECORD_KEY SCH_CONNECTIVITY::BUNDLE_CLAIM::record

Record of the island that holds the claim.

Definition at line 62 of file conn_bindings.h.

Referenced by SCH_CONNECTIVITY::BindBundle().


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