|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| int | number |
| PADS layer number. | |
| std::string | name |
| PADS_LAYER_FUNCTION | layer_type |
| bool | is_copper |
| bool | required |
| Layer must be mapped. | |
| double | layer_thickness = 0.0 |
| Dielectric, BASIC units. | |
| double | copper_thickness = 0.0 |
| Copper foil, BASIC units. | |
| double | dielectric_constant = 0.0 |
| Er. | |
| int | routing_direction = -1 |
| 0=horizontal, 1=vertical, 2=no preference | |
Definition at line 564 of file pads_parser.h.
| double PADS_IO::LAYER_INFO::copper_thickness = 0.0 |
Copper foil, BASIC units.
Definition at line 572 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| double PADS_IO::LAYER_INFO::dielectric_constant = 0.0 |
Er.
Definition at line 573 of file pads_parser.h.
Referenced by PADS_PCB_CONVERTER::BuildStackup(), and PADS_IO::PARSER::parseSectionLAYERDEFS().
| bool PADS_IO::LAYER_INFO::is_copper |
Definition at line 569 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| double PADS_IO::LAYER_INFO::layer_thickness = 0.0 |
Dielectric, BASIC units.
Definition at line 571 of file pads_parser.h.
Referenced by PADS_PCB_CONVERTER::BuildStackup(), and PADS_IO::PARSER::parseSectionLAYERDEFS().
| PADS_LAYER_FUNCTION PADS_IO::LAYER_INFO::layer_type |
Definition at line 568 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| std::string PADS_IO::LAYER_INFO::name |
Definition at line 567 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| int PADS_IO::LAYER_INFO::number |
PADS layer number.
Definition at line 566 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| bool PADS_IO::LAYER_INFO::required |
Layer must be mapped.
Definition at line 570 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().
| int PADS_IO::LAYER_INFO::routing_direction = -1 |
0=horizontal, 1=vertical, 2=no preference
Definition at line 574 of file pads_parser.h.