KiCad PCB EDA Suite
|
#include <erc/erc_item.h>
#include <erc/erc_settings.h>
#include <schematic.h>
#include <sch_marker.h>
#include <sch_screen.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
Go to the source code of this file.
Macros | |
#define | OK PIN_ERROR::OK |
#define | ERR PIN_ERROR::PP_ERROR |
#define | WAR PIN_ERROR::WARNING |
Variables | |
const int | ercSettingsSchemaVersion = 0 |
#define ERR PIN_ERROR::PP_ERROR |
Definition at line 35 of file erc_settings.cpp.
#define OK PIN_ERROR::OK |
Definition at line 34 of file erc_settings.cpp.
#define WAR PIN_ERROR::WARNING |
Definition at line 36 of file erc_settings.cpp.
const int ercSettingsSchemaVersion = 0 |
Definition at line 30 of file erc_settings.cpp.