|
KiCad PCB EDA Suite
|
#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 |
Definition at line 83 of file sprint_layout_parser.h.
| 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().
| std::string SPRINT_LAYOUT::COMPONENT_DATA::comment |
Definition at line 91 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| float SPRINT_LAYOUT::COMPONENT_DATA::off_x = 0 |
Definition at line 86 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| float SPRINT_LAYOUT::COMPONENT_DATA::off_y = 0 |
Definition at line 87 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| std::string SPRINT_LAYOUT::COMPONENT_DATA::package |
Definition at line 90 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| double SPRINT_LAYOUT::COMPONENT_DATA::rotation = 0 |
Definition at line 89 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| uint8_t SPRINT_LAYOUT::COMPONENT_DATA::use = 0 |
Definition at line 92 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| bool SPRINT_LAYOUT::COMPONENT_DATA::valid = false |
Definition at line 85 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().