|
KiCad PCB EDA Suite
|
One wire or bus segment. More...
#include <orcad_records.h>
Public Attributes | |
| uint32_t | id = 0 |
| int | x1 = 0 |
| int | y1 = 0 |
| int | x2 = 0 |
| int | y2 = 0 |
| bool | isBus = false |
| true for structure type 21 | |
| int | color = 0 |
| int | lineWidth = 3 |
| int | lineStyle = 5 |
| std::vector< ORCAD_ALIAS > | aliases |
One wire or bus segment.
Body layout: 4 unknown bytes, u32 id, u32 color, i32 x1, y1, x2, y2, 1 unknown byte, u16 alias count (framed Alias structures), u16 property count (framed, skipped), u32 lineWidth, u32 lineStyle. The id keys the page net table.
Definition at line 231 of file orcad_records.h.
| std::vector<ORCAD_ALIAS> ORCAD_WIRE::aliases |
Definition at line 242 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::computeFontBaseline(), ORCAD_CONVERTER::netAt(), ORCAD_CONVERTER::offsetPage(), OrcadReadWire(), ORCAD_CONVERTER::placeWires(), and v2Wire().
| int ORCAD_WIRE::color = 0 |
Definition at line 239 of file orcad_records.h.
Referenced by OrcadReadWire(), ORCAD_CONVERTER::placeWires(), and v2Wire().
| uint32_t ORCAD_WIRE::id = 0 |
Definition at line 233 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::netAt(), OrcadReadWire(), and v2Wire().
| bool ORCAD_WIRE::isBus = false |
true for structure type 21
Definition at line 238 of file orcad_records.h.
Referenced by OrcadReadWire(), ORCAD_CONVERTER::placeWires(), and v2Wire().
| int ORCAD_WIRE::lineStyle = 5 |
Definition at line 241 of file orcad_records.h.
Referenced by OrcadReadWire(), and ORCAD_CONVERTER::placeWires().
| int ORCAD_WIRE::lineWidth = 3 |
Definition at line 240 of file orcad_records.h.
Referenced by OrcadReadWire(), and ORCAD_CONVERTER::placeWires().
| int ORCAD_WIRE::x1 = 0 |
Definition at line 234 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::buildNetLookup(), ORCAD_CONVERTER::computeJunctions(), ORCAD_CONVERTER::offsetPage(), ORCAD_CONVERTER::onSegment(), OrcadReadWire(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placeWires(), ORCAD_CONVERTER::snapToWire(), and v2Wire().
| int ORCAD_WIRE::x2 = 0 |
Definition at line 236 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::buildNetLookup(), ORCAD_CONVERTER::computeJunctions(), ORCAD_CONVERTER::offsetPage(), ORCAD_CONVERTER::onSegment(), OrcadReadWire(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placeWires(), ORCAD_CONVERTER::snapToWire(), and v2Wire().
| int ORCAD_WIRE::y1 = 0 |
Definition at line 235 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::buildNetLookup(), ORCAD_CONVERTER::computeJunctions(), ORCAD_CONVERTER::offsetPage(), ORCAD_CONVERTER::onSegment(), OrcadReadWire(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placeWires(), ORCAD_CONVERTER::snapToWire(), and v2Wire().
| int ORCAD_WIRE::y2 = 0 |
Definition at line 237 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::buildNetLookup(), ORCAD_CONVERTER::computeJunctions(), ORCAD_CONVERTER::offsetPage(), ORCAD_CONVERTER::onSegment(), OrcadReadWire(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placeWires(), ORCAD_CONVERTER::snapToWire(), and v2Wire().