KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::BINARY_PARSER::VIA_LOCATION Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ netName

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().

◆ relationshipNet

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().

◆ viaIndex

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().

◆ x

int32_t PADS_IO::BINARY_PARSER::VIA_LOCATION::x = 0

Definition at line 214 of file pads_binary_parser.h.

◆ y

int32_t PADS_IO::BINARY_PARSER::VIA_LOCATION::y = 0

Definition at line 215 of file pads_binary_parser.h.


The documentation for this struct was generated from the following file: