|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| double | pad_width = 0.0 |
| double | pad_length = 0.0 |
| int | pad_flags = 0 |
| double | net_width = 0.0 |
| double | net_length = 0.0 |
| int | net_flags = 0 |
| bool | has_pad_teardrop = false |
| bool | has_net_teardrop = false |
Definition at line 223 of file pads_parser.h.
| bool PADS_IO::TEARDROP::has_net_teardrop = false |
Definition at line 232 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| bool PADS_IO::TEARDROP::has_pad_teardrop = false |
Definition at line 231 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| int PADS_IO::TEARDROP::net_flags = 0 |
Definition at line 230 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TEARDROP::net_length = 0.0 |
Definition at line 229 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TEARDROP::net_width = 0.0 |
Definition at line 228 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| int PADS_IO::TEARDROP::pad_flags = 0 |
Definition at line 227 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TEARDROP::pad_length = 0.0 |
Definition at line 226 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TEARDROP::pad_width = 0.0 |
Definition at line 225 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().