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 already junction dot at the point.
 
bool hasBusEntry
 True if there is a bus entry at the point (either end)
 
bool hasBusEntryToMultipleWires
 True if there is a bus entry at the point and it connects to more than one wire.
 

Detailed Description

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

Definition at line 30 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 (either end)

Definition at line 39 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ hasBusEntryToMultipleWires

bool JUNCTION_HELPERS::POINT_INFO::hasBusEntryToMultipleWires

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

Definition at line 42 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ hasExplicitJunctionDot

bool JUNCTION_HELPERS::POINT_INFO::hasExplicitJunctionDot

True if there is already junction dot at the point.

Definition at line 36 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.

Definition at line 33 of file junction_helpers.h.

Referenced by BOOST_AUTO_TEST_CASE().


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