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

Macro Definition Documentation

◆ ERR

#define ERR   PIN_ERROR::PP_ERROR

Definition at line 35 of file erc_settings.cpp.

◆ OK

#define OK   PIN_ERROR::OK

Definition at line 34 of file erc_settings.cpp.

◆ WAR

#define WAR   PIN_ERROR::WARNING

Definition at line 36 of file erc_settings.cpp.

Variable Documentation

◆ ercSettingsSchemaVersion

const int ercSettingsSchemaVersion = 0

Definition at line 30 of file erc_settings.cpp.