#include <json_common.h>
#include <cstdlib>
#include <api/api_enums.h>
#include <api/api_utils.h>
#include <base_units.h>
#include <erc/erc_item.h>
#include <wx/arrstr.h>
#include <erc/erc_exclusion.h>
#include <erc/erc_settings.h>
#include <sch_marker.h>
#include <sch_sheet_path.h>
#include <api/schematic/schematic_rules.pb.h>
#include <google/protobuf/any.h>
#include <google/protobuf/util/json_util.h>
Go to the source code of this file.
◆ canonicalizeExclusion()
| static void canonicalizeExclusion |
( |
kiapi::schematic::ErcExclusion & | aMessage | ) |
|
|
static |
◆ from_json()
| void from_json |
( |
const nlohmann::json & | aJson, |
|
|
ERC_EXCLUSION & | aEx ) |
◆ to_json()
| void to_json |
( |
nlohmann::json & | aJson, |
|
|
const ERC_EXCLUSION & | aEx ) |