KiCad PCB EDA Suite
|
#include <string>
#include <widgets/progress_reporter_base.h>
#include <reporter.h>
#include <optional>
#include <netlist_reader/pcb_netlist.h>
#include <netlist_reader/netlist_reader.h>
Go to the source code of this file.
Classes | |
class | CONSOLE_LOG |
class | CONSOLE_PROGRESS_REPORTER |
class | CONSOLE_MSG_REPORTER |
struct | PROJECT_CONTEXT |
Functions | |
PROJECT_CONTEXT | loadKicadProject (const wxString &filename, std::optional< wxString > rulesFilePath) |
int | runDRCProto (PROJECT_CONTEXT project, std::shared_ptr< KIGFX::VIEW_OVERLAY > aDebugOverlay=nullptr) |
PROJECT_CONTEXT loadKicadProject | ( | const wxString & | filename, |
std::optional< wxString > | rulesFilePath | ||
) |
Definition at line 59 of file drc_proto.cpp.
References PROJECT_CONTEXT::board, PGM_BASE::GetSettingsManager(), Pgm(), PROJECT_CONTEXT::project, KI_TEST::ReadBoardFromFileOrStream(), and PROJECT_CONTEXT::rulesFilePath.
Referenced by main().
int runDRCProto | ( | PROJECT_CONTEXT | project, |
std::shared_ptr< KIGFX::VIEW_OVERLAY > | aDebugOverlay = nullptr |
||
) |
Definition at line 103 of file drc_proto.cpp.
References MILLIMETRES, CONSOLE_LOG::Print(), and project.
Referenced by main().