KiCad PCB EDA Suite
|
#include <algorithm>
#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.
Classes | |
struct | CompareMarkers |
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 37 of file erc_settings.cpp.
#define OK PIN_ERROR::OK |
Definition at line 36 of file erc_settings.cpp.
Referenced by WRL2INLINE::TranslateToSG().
#define WAR PIN_ERROR::WARNING |
Definition at line 38 of file erc_settings.cpp.
const int ercSettingsSchemaVersion = 0 |
Definition at line 32 of file erc_settings.cpp.
Referenced by ERC_SETTINGS::ERC_SETTINGS().