|
KiCad PCB EDA Suite
|
Jumper endpoint marker in a route. More...
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| Jumper part name. | |
| bool | is_start = false |
| True if start (S), false if end (E) | |
| double | x = 0.0 |
| double | y = 0.0 |
Jumper endpoint marker in a route.
Definition at line 248 of file pads_parser.h.
| bool PADS_IO::JUMPER_MARKER::is_start = false |
True if start (S), false if end (E)
Definition at line 251 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| std::string PADS_IO::JUMPER_MARKER::name |
Jumper part name.
Definition at line 250 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::JUMPER_MARKER::x = 0.0 |
Definition at line 252 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::JUMPER_MARKER::y = 0.0 |
Definition at line 253 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionROUTES().