|
KiCad PCB EDA Suite
|
One placed via recovered from the section-60 junction ring. More...
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| std::string | netName |
| int | viaIndex = -1 |
| bool | relationshipNet = false |
One placed via recovered from the section-60 junction ring.
relationshipNet records whether netName came from the section-49 relationship graph, which outranks the record's own net index when co-located vias disagree.
Definition at line 212 of file pads_binary_parser.h.
| std::string PADS_IO::BINARY_PARSER::VIA_LOCATION::netName |
Definition at line 216 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeViaLocations().
| bool PADS_IO::BINARY_PARSER::VIA_LOCATION::relationshipNet = false |
Definition at line 218 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeViaLocations().
| int PADS_IO::BINARY_PARSER::VIA_LOCATION::viaIndex = -1 |
Definition at line 217 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeViaLocations().
| int32_t PADS_IO::BINARY_PARSER::VIA_LOCATION::x = 0 |
Definition at line 214 of file pads_binary_parser.h.
| int32_t PADS_IO::BINARY_PARSER::VIA_LOCATION::y = 0 |
Definition at line 215 of file pads_binary_parser.h.