|
KiCad PCB EDA Suite
|
#include "sprint_layout_parser.h"#include <board.h>#include <board_design_settings.h>#include <footprint.h>#include <netinfo.h>#include <pad.h>#include <pcb_shape.h>#include <pcb_text.h>#include <zone.h>#include <convert_basic_shapes_to_polygon.h>#include <math/util.h>#include <font/fontconfig.h>#include <wx/filename.h>#include <wx/wfstream.h>#include <wx/log.h>#include <algorithm>#include <cmath>#include <cstring>#include <limits>Go to the source code of this file.
Variables | |
| static constexpr uint32_t | MAX_OBJECTS = 1000000 |
| static constexpr uint32_t | MAX_GROUPS = 100000 |
| static constexpr uint32_t | MAX_CHILDREN = 10000 |
| static constexpr uint32_t | MAX_POINTS = 1000000 |
|
staticconstexpr |
Definition at line 56 of file sprint_layout_parser.cpp.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
|
staticconstexpr |
Definition at line 55 of file sprint_layout_parser.cpp.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().
|
staticconstexpr |
Definition at line 54 of file sprint_layout_parser.cpp.
Referenced by SPRINT_LAYOUT_PARSER::parseBoardHeader().
|
staticconstexpr |
Definition at line 57 of file sprint_layout_parser.cpp.
Referenced by SPRINT_LAYOUT_PARSER::parseObject().