|
KiCad PCB EDA Suite
|
T0x10: one pin of a placed instance, carrying the pin's absolute page position (the connection point wires attach to). More...
#include <orcad_records.h>
Public Attributes | |
| 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 |
T0x10: one pin of a placed instance, carrying the pin's absolute page position (the connection point wires attach to).
Body layout: u16 unknown, i16 x, i16 y, u32, u32, u16 display-prop count (framed), then padding to the structure's outer stop offset.
Definition at line 253 of file orcad_records.h.
| std::vector<ORCAD_DISPLAY_PROP> ORCAD_PIN_INST::displayProps |
Definition at line 259 of file orcad_records.h.
| uint32_t ORCAD_PIN_INST::wordA = 0 |
two flag/id words after (x, y)
Definition at line 257 of file orcad_records.h.
| uint32_t ORCAD_PIN_INST::wordB = 0 |
Definition at line 258 of file orcad_records.h.
| int ORCAD_PIN_INST::x = 0 |
Definition at line 255 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::synthesizeSymbol().
| int ORCAD_PIN_INST::y = 0 |
Definition at line 256 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::synthesizeSymbol().