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

#include <pads_parser.h>

Public Attributes

std::string net_name
 
std::vector< TRACKtracks
 
std::vector< VIAvias
 
std::vector< NET_PINpins
 From pin pair lines.
 
std::vector< TEARDROPteardrops
 
std::vector< JUMPER_MARKERjumpers
 

Detailed Description

Definition at line 458 of file pads_parser.h.

Member Data Documentation

◆ jumpers

std::vector<JUMPER_MARKER> PADS_IO::ROUTE::jumpers

Definition at line 465 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionROUTES().

◆ net_name

◆ pins

std::vector<NET_PIN> PADS_IO::ROUTE::pins

From pin pair lines.

Definition at line 463 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionROUTES().

◆ teardrops

std::vector<TEARDROP> PADS_IO::ROUTE::teardrops

Definition at line 464 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionROUTES().

◆ tracks

std::vector<TRACK> PADS_IO::ROUTE::tracks

◆ vias

std::vector<VIA> PADS_IO::ROUTE::vias

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