KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JUNCTION_HELPERS::POINT_INFO Struct Reference

A selection of information about a point in the schematic that might be eligible for turning into a junction. More...

#include <junction_helpers.h>

Public Attributes

bool isJunction
 < True if the point has 3+ wires and/or 3+ buses meeting there
 
bool hasExplicitJunctionDot
 True if there is a bus entry at the point (either end)
 
bool hasBusEntry
 True if there is a bus entry at the point and it connects to more than one wire.
 
bool hasBusEntryToMultipleWires
 

Detailed Description

A selection of information about a point in the schematic that might be eligible for turning into a junction.

Definition at line 11 of file junction_helpers.h.

Member Data Documentation

◆ hasBusEntry

bool JUNCTION_HELPERS::POINT_INFO::hasBusEntry

True if there is a bus entry at the point and it connects to more than one wire.

Definition at line 18 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ hasBusEntryToMultipleWires

bool JUNCTION_HELPERS::POINT_INFO::hasBusEntryToMultipleWires

Definition at line 20 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ hasExplicitJunctionDot

bool JUNCTION_HELPERS::POINT_INFO::hasExplicitJunctionDot

True if there is a bus entry at the point (either end)

Definition at line 16 of file junction_helpers.h.

◆ isJunction

bool JUNCTION_HELPERS::POINT_INFO::isJunction

< True if the point has 3+ wires and/or 3+ buses meeting there

True if there is already junction dot at the point

Definition at line 14 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().


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