|
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 92 of file sprint_layout_parser.h.
| uint8_t SPRINT_LAYOUT::COMPONENT_DATA::center_mode = 0 |
Definition at line 97 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| std::string SPRINT_LAYOUT::COMPONENT_DATA::comment |
Definition at line 100 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| float SPRINT_LAYOUT::COMPONENT_DATA::off_x = 0 |
Definition at line 95 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| float SPRINT_LAYOUT::COMPONENT_DATA::off_y = 0 |
Definition at line 96 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| std::string SPRINT_LAYOUT::COMPONENT_DATA::package |
Definition at line 99 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| double SPRINT_LAYOUT::COMPONENT_DATA::rotation = 0 |
Definition at line 98 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| uint8_t SPRINT_LAYOUT::COMPONENT_DATA::use = 0 |
Definition at line 101 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
| bool SPRINT_LAYOUT::COMPONENT_DATA::valid = false |
Definition at line 94 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().