KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SPRINT_LAYOUT::COMPONENT_DATA Struct Reference

#include <sprint_layout_parser.h>

Public Attributes

bool valid = false
 
float off_x = 0
 
float off_y = 0
 
uint8_t center_mode = 0
 
double rotation = 0
 
std::string package
 
std::string comment
 
uint8_t use = 0
 

Detailed Description

Definition at line 83 of file sprint_layout_parser.h.

Member Data Documentation

◆ center_mode

uint8_t SPRINT_LAYOUT::COMPONENT_DATA::center_mode = 0

Definition at line 88 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ comment

std::string SPRINT_LAYOUT::COMPONENT_DATA::comment

Definition at line 91 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ off_x

float SPRINT_LAYOUT::COMPONENT_DATA::off_x = 0

Definition at line 86 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ off_y

float SPRINT_LAYOUT::COMPONENT_DATA::off_y = 0

Definition at line 87 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ package

std::string SPRINT_LAYOUT::COMPONENT_DATA::package

Definition at line 90 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ rotation

double SPRINT_LAYOUT::COMPONENT_DATA::rotation = 0

Definition at line 89 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ use

uint8_t SPRINT_LAYOUT::COMPONENT_DATA::use = 0

Definition at line 92 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ valid

bool SPRINT_LAYOUT::COMPONENT_DATA::valid = false

Definition at line 85 of file sprint_layout_parser.h.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().


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