|
KiCad PCB EDA Suite
|
#include <sprint_layout_parser.h>
Public Attributes | |
| std::string | name |
| uint32_t | size_x = 0 |
| uint32_t | size_y = 0 |
| int32_t | center_x = 0 |
| int32_t | center_y = 0 |
| uint8_t | ground_plane [7] = {} |
| uint8_t | is_multilayer = 0 |
| std::vector< OBJECT > | objects |
Definition at line 124 of file sprint_layout_parser.h.
| int32_t SPRINT_LAYOUT::BOARD_DATA::center_x = 0 |
Definition at line 129 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseBoardHeader().
| int32_t SPRINT_LAYOUT::BOARD_DATA::center_y = 0 |
Definition at line 130 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseBoardHeader().
| uint8_t SPRINT_LAYOUT::BOARD_DATA::ground_plane[7] = {} |
Definition at line 131 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::CreateBoard(), and SPRINT_LAYOUT_PARSER::parseBoardHeader().
| uint8_t SPRINT_LAYOUT::BOARD_DATA::is_multilayer = 0 |
Definition at line 132 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::CreateBoard(), and SPRINT_LAYOUT_PARSER::parseBoardHeader().
| std::string SPRINT_LAYOUT::BOARD_DATA::name |
Definition at line 126 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::parseBoardHeader().
| std::vector<OBJECT> SPRINT_LAYOUT::BOARD_DATA::objects |
Definition at line 133 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::CreateBoard(), and SPRINT_LAYOUT_PARSER::parseBoardHeader().
| uint32_t SPRINT_LAYOUT::BOARD_DATA::size_x = 0 |
Definition at line 127 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::buildOutline(), SPRINT_LAYOUT_PARSER::CreateBoard(), and SPRINT_LAYOUT_PARSER::parseBoardHeader().
| uint32_t SPRINT_LAYOUT::BOARD_DATA::size_y = 0 |
Definition at line 128 of file sprint_layout_parser.h.
Referenced by SPRINT_LAYOUT_PARSER::buildOutline(), SPRINT_LAYOUT_PARSER::CreateBoard(), and SPRINT_LAYOUT_PARSER::parseBoardHeader().