|
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 |
| From pin pair lines. | |
| std::vector< TEARDROP > | teardrops |
| std::vector< JUMPER_MARKER > | jumpers |
Definition at line 458 of file pads_parser.h.
| std::vector<JUMPER_MARKER> PADS_IO::ROUTE::jumpers |
Definition at line 465 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| std::string PADS_IO::ROUTE::net_name |
Definition at line 460 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeRoutedCopper(), PADS_IO::PARSER::parseSectionROUTES(), and PADS_IO::BINARY_PARSER::seedRoutesFromVias().
| 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().
| std::vector<TEARDROP> PADS_IO::ROUTE::teardrops |
Definition at line 464 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| std::vector<TRACK> PADS_IO::ROUTE::tracks |
Definition at line 461 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeRoutedCopper(), and PADS_IO::PARSER::parseSectionROUTES().
| std::vector<VIA> PADS_IO::ROUTE::vias |
Definition at line 462 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES(), and PADS_IO::BINARY_PARSER::seedRoutesFromVias().