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

Public Attributes

int32_t x1 = 0
 
int32_t y1 = 0
 
int32_t x2 = 0
 
int32_t y2 = 0
 
int32_t width = 0
 

Detailed Description

Definition at line 179 of file pads_binary_parser.h.

Member Data Documentation

◆ width

int32_t PADS_IO::BINARY_PARSER::RouteSegment::width = 0

Definition at line 185 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices().

◆ x1

int32_t PADS_IO::BINARY_PARSER::RouteSegment::x1 = 0

Definition at line 181 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices().

◆ x2

int32_t PADS_IO::BINARY_PARSER::RouteSegment::x2 = 0

Definition at line 183 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices().

◆ y1

int32_t PADS_IO::BINARY_PARSER::RouteSegment::y1 = 0

Definition at line 182 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices().

◆ y2

int32_t PADS_IO::BINARY_PARSER::RouteSegment::y2 = 0

Definition at line 184 of file pads_binary_parser.h.

Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices().


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