|
KiCad PCB EDA Suite
|
Bus entry (structure type 29). More...
#include <orcad_records.h>
Public Attributes | |
| int | x1 = 0 |
| int | y1 = 0 |
| int | x2 = 0 |
| int | y2 = 0 |
| int | color = 0 |
Bus entry (structure type 29).
Body layout: u32 color, i32 x1, y1, x2, y2, 8 unknown bytes
Definition at line 513 of file orcad_records.h.
| int ORCAD_BUS_ENTRY::color = 0 |
Definition at line 519 of file orcad_records.h.
Referenced by OrcadParsePageV2(), OrcadReadBusEntry(), and ORCAD_CONVERTER::placeBusEntries().
| int ORCAD_BUS_ENTRY::x1 = 0 |
Definition at line 515 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadParsePageV2(), OrcadReadBusEntry(), ORCAD_CONVERTER::pageExtentDbu(), and ORCAD_CONVERTER::placeBusEntries().
| int ORCAD_BUS_ENTRY::x2 = 0 |
Definition at line 517 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadParsePageV2(), OrcadReadBusEntry(), ORCAD_CONVERTER::pageExtentDbu(), and ORCAD_CONVERTER::placeBusEntries().
| int ORCAD_BUS_ENTRY::y1 = 0 |
Definition at line 516 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadParsePageV2(), OrcadReadBusEntry(), ORCAD_CONVERTER::pageExtentDbu(), and ORCAD_CONVERTER::placeBusEntries().
| int ORCAD_BUS_ENTRY::y2 = 0 |
Definition at line 518 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadParsePageV2(), OrcadReadBusEntry(), ORCAD_CONVERTER::pageExtentDbu(), and ORCAD_CONVERTER::placeBusEntries().