|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| bool | via_enabled = false |
| V flag. | |
| bool | wirebond = false |
| W flag. | |
| bool | display_silk = false |
| D flag. | |
| bool | glued = false |
| G flag. | |
| double | min_length = 0.0 |
| double | max_length = 0.0 |
| double | length_increment = 0.0 |
| std::string | padstack |
| Start pin, or both if end_padstack empty. | |
| std::string | end_padstack |
| End pin, optional. | |
| std::vector< ATTRIBUTE > | labels |
Definition at line 243 of file pads_parser.h.
| bool PADS_IO::JUMPER_DEF::display_silk = false |
D flag.
Definition at line 248 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| std::string PADS_IO::JUMPER_DEF::end_padstack |
End pin, optional.
Definition at line 254 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| bool PADS_IO::JUMPER_DEF::glued = false |
G flag.
Definition at line 249 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| std::vector<ATTRIBUTE> PADS_IO::JUMPER_DEF::labels |
Definition at line 255 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| double PADS_IO::JUMPER_DEF::length_increment = 0.0 |
Definition at line 252 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| double PADS_IO::JUMPER_DEF::max_length = 0.0 |
Definition at line 251 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| double PADS_IO::JUMPER_DEF::min_length = 0.0 |
Definition at line 250 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| std::string PADS_IO::JUMPER_DEF::name |
Definition at line 245 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| std::string PADS_IO::JUMPER_DEF::padstack |
Start pin, or both if end_padstack empty.
Definition at line 253 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| bool PADS_IO::JUMPER_DEF::via_enabled = false |
V flag.
Definition at line 246 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().
| bool PADS_IO::JUMPER_DEF::wirebond = false |
W flag.
Definition at line 247 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER().