KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::JUMPER_MARKER Struct Reference

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
 

Detailed Description

Jumper endpoint marker in a route.

Definition at line 248 of file pads_parser.h.

Member Data Documentation

◆ is_start

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().

◆ name

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().

◆ x

double PADS_IO::JUMPER_MARKER::x = 0.0

Definition at line 252 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionROUTES().

◆ y

double PADS_IO::JUMPER_MARKER::y = 0.0

Definition at line 253 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionROUTES().


The documentation for this struct was generated from the following file: