|
KiCad PCB EDA Suite
|
Pin positions are absolute page connection points. More...
#include <orcad_records.h>
Public Member Functions | |
| bool | IsNoConnect () const |
Public Attributes | |
| int16_t | pinIndex = 0 |
| int | x = 0 |
| int | y = 0 |
| uint32_t | wordA = 0 |
| two flag/id words after (x, y) | |
| uint32_t | wordB = 0 |
| std::vector< ORCAD_DISPLAY_PROP > | displayProps |
Pin positions are absolute page connection points.
Negative indices mark no-connects.
Definition at line 208 of file orcad_records.h.
|
inline |
Definition at line 217 of file orcad_records.h.
References pinIndex.
Referenced by ORCAD_CONVERTER::recordNetNameMap().
| std::vector<ORCAD_DISPLAY_PROP> ORCAD_PIN_INST::displayProps |
Definition at line 215 of file orcad_records.h.
| int16_t ORCAD_PIN_INST::pinIndex = 0 |
Definition at line 210 of file orcad_records.h.
Referenced by IsNoConnect().
| uint32_t ORCAD_PIN_INST::wordA = 0 |
two flag/id words after (x, y)
Definition at line 213 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::placedStackedPinOffsets(), ORCAD_CONVERTER::powerNet(), and ORCAD_CONVERTER::recordNetNameMap().
| uint32_t ORCAD_PIN_INST::wordB = 0 |
Definition at line 214 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::placedStackedPinOffsets(), ORCAD_CONVERTER::powerNet(), and ORCAD_CONVERTER::recordNetNameMap().
| int ORCAD_PIN_INST::x = 0 |
Definition at line 211 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::placedStackedPinOffsets(), ORCAD_CONVERTER::powerNet(), ORCAD_CONVERTER::recordNetNameMap(), and ORCAD_CONVERTER::synthesizeSymbol().
| int ORCAD_PIN_INST::y = 0 |
Definition at line 212 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::placedStackedPinOffsets(), ORCAD_CONVERTER::powerNet(), ORCAD_CONVERTER::recordNetNameMap(), and ORCAD_CONVERTER::synthesizeSymbol().