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
 Pins connected to this net (from pin pair lines)
 
std::vector< TEARDROPteardrops
 Teardrop locations in this route.
 
std::vector< JUMPER_MARKERjumpers
 Jumper start/end points in this route.
 

Detailed Description

Definition at line 477 of file pads_parser.h.

Member Data Documentation

◆ jumpers

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

Jumper start/end points in this route.

Definition at line 484 of file pads_parser.h.

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

◆ net_name

std::string PADS_IO::ROUTE::net_name

◆ pins

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

Pins connected to this net (from pin pair lines)

Definition at line 482 of file pads_parser.h.

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

◆ teardrops

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

Teardrop locations in this route.

Definition at line 483 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: