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

#include <conn_facts.h>

Public Member Functions

bool operator== (const UNIT_FACT &) const =default
 

Public Attributes

wxString name
 
bool powerInput = false
 
bool input = false
 
bool bidirectional = false
 

Detailed Description

Definition at line 144 of file conn_facts.h.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ bidirectional

bool SCH_CONNECTIVITY::UNIT_FACT::bidirectional = false

Definition at line 149 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().

◆ input

bool SCH_CONNECTIVITY::UNIT_FACT::input = false

Definition at line 148 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().

◆ name

wxString SCH_CONNECTIVITY::UNIT_FACT::name

Definition at line 146 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().

◆ powerInput

bool SCH_CONNECTIVITY::UNIT_FACT::powerInput = false

Definition at line 147 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().


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