KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sprint_layout_parser.cpp File Reference
#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
 

Variable Documentation

◆ MAX_CHILDREN

uint32_t MAX_CHILDREN = 10000
staticconstexpr

Definition at line 56 of file sprint_layout_parser.cpp.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ MAX_GROUPS

uint32_t MAX_GROUPS = 100000
staticconstexpr

Definition at line 55 of file sprint_layout_parser.cpp.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().

◆ MAX_OBJECTS

uint32_t MAX_OBJECTS = 1000000
staticconstexpr

Definition at line 54 of file sprint_layout_parser.cpp.

Referenced by SPRINT_LAYOUT_PARSER::parseBoardHeader().

◆ MAX_POINTS

uint32_t MAX_POINTS = 1000000
staticconstexpr

Definition at line 57 of file sprint_layout_parser.cpp.

Referenced by SPRINT_LAYOUT_PARSER::parseObject().