|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | net_name |
| std::vector< TRACK > | tracks |
| std::vector< VIA > | vias |
| std::vector< NET_PIN > | pins |
| Pins connected to this net (from pin pair lines) | |
| std::vector< TEARDROP > | teardrops |
| Teardrop locations in this route. | |
| std::vector< JUMPER_MARKER > | jumpers |
| Jumper start/end points in this route. | |
Definition at line 477 of file pads_parser.h.
| 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().
| std::string PADS_IO::ROUTE::net_name |
Definition at line 479 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().
| 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().
| 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().
| std::vector<TRACK> PADS_IO::ROUTE::tracks |
Definition at line 480 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().
| std::vector<VIA> PADS_IO::ROUTE::vias |
Definition at line 481 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().