KiCad PCB EDA Suite
Loading...
Searching...
No Matches
erc_exclusion.h File Reference
#include <memory>
#include <nlohmann/json_fwd.hpp>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  ERC_EXCLUSION
 Container for an ERC exclusion, which is a SCH_MARKER plus an optional comment. More...
 
struct  ERC_EXCLUSION_COMPARE
 

Namespaces

namespace  kiapi
 
namespace  kiapi::schematic
 

Functions

void to_json (nlohmann::json &aJson, const ERC_EXCLUSION &aEx)
 
void from_json (const nlohmann::json &aJson, ERC_EXCLUSION &aEx)
 

Function Documentation

◆ from_json()

void from_json ( const nlohmann::json & aJson,
ERC_EXCLUSION & aEx )

Definition at line 76 of file erc_exclusion.cpp.

◆ to_json()

void to_json ( nlohmann::json & aJson,
const ERC_EXCLUSION & aEx )

Definition at line 75 of file erc_exclusion.cpp.