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

#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< ATTRIBUTElabels
 

Detailed Description

Definition at line 243 of file pads_parser.h.

Member Data Documentation

◆ display_silk

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

◆ end_padstack

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

◆ glued

bool PADS_IO::JUMPER_DEF::glued = false

G flag.

Definition at line 249 of file pads_parser.h.

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

◆ labels

std::vector<ATTRIBUTE> PADS_IO::JUMPER_DEF::labels

Definition at line 255 of file pads_parser.h.

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

◆ length_increment

double PADS_IO::JUMPER_DEF::length_increment = 0.0

Definition at line 252 of file pads_parser.h.

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

◆ max_length

double PADS_IO::JUMPER_DEF::max_length = 0.0

Definition at line 251 of file pads_parser.h.

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

◆ min_length

double PADS_IO::JUMPER_DEF::min_length = 0.0

Definition at line 250 of file pads_parser.h.

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

◆ name

std::string PADS_IO::JUMPER_DEF::name

Definition at line 245 of file pads_parser.h.

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

◆ padstack

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

◆ via_enabled

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

◆ wirebond

bool PADS_IO::JUMPER_DEF::wirebond = false

W flag.

Definition at line 247 of file pads_parser.h.

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


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