|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| bool | is_start = false |
| S = start, E = end. | |
| double | x = 0.0 |
| double | y = 0.0 |
Definition at line 235 of file pads_parser.h.
| bool PADS_IO::JUMPER_MARKER::is_start = false |
S = start, E = end.
Definition at line 238 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| std::string PADS_IO::JUMPER_MARKER::name |
Definition at line 237 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::JUMPER_MARKER::x = 0.0 |
Definition at line 239 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::JUMPER_MARKER::y = 0.0 |
Definition at line 240 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().