|
KiCad PCB EDA Suite
|
#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 |
Definition at line 144 of file conn_facts.h.
|
default |
| bool SCH_CONNECTIVITY::UNIT_FACT::bidirectional = false |
Definition at line 149 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().
| bool SCH_CONNECTIVITY::UNIT_FACT::input = false |
Definition at line 148 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().
| wxString SCH_CONNECTIVITY::UNIT_FACT::name |
Definition at line 146 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().
| bool SCH_CONNECTIVITY::UNIT_FACT::powerInput = false |
Definition at line 147 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractUnitFacts().