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

#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
 

Detailed Description

Definition at line 235 of file pads_parser.h.

Member Data Documentation

◆ is_start

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

◆ name

std::string PADS_IO::JUMPER_MARKER::name

Definition at line 237 of file pads_parser.h.

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

◆ x

double PADS_IO::JUMPER_MARKER::x = 0.0

Definition at line 239 of file pads_parser.h.

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

◆ y

double PADS_IO::JUMPER_MARKER::y = 0.0

Definition at line 240 of file pads_parser.h.

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


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