|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| POINT | location |
| std::vector< PAD_STACK_LAYER > | stack |
| int | start_layer = 0 |
| int | end_layer = 0 |
Definition at line 331 of file pads_parser.h.
| int PADS_IO::VIA::end_layer = 0 |
Definition at line 337 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::seedRoutesFromVias().
| POINT PADS_IO::VIA::location |
Definition at line 334 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadTracksAndVias(), PADS_IO::PARSER::parseSectionROUTES(), and PADS_IO::BINARY_PARSER::seedRoutesFromVias().
| std::string PADS_IO::VIA::name |
Definition at line 333 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadTracksAndVias(), and PADS_IO::PARSER::parseSectionROUTES().
| std::vector<PAD_STACK_LAYER> PADS_IO::VIA::stack |
Definition at line 335 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::seedRoutesFromVias().
| int PADS_IO::VIA::start_layer = 0 |
Definition at line 336 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::seedRoutesFromVias().