KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_exclusion.cpp File Reference
#include <nlohmann/json.hpp>
#include <board_design_settings.h>
#include <pcb_marker.h>
#include <api/board/board_rules.pb.h>
#include <google/protobuf/any.h>
#include <google/protobuf/util/json_util.h>

Go to the source code of this file.

Classes

struct  DRC_EXCLUSION::IMPL
 

Functions

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

Function Documentation

◆ from_json()

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

Definition at line 122 of file drc_exclusion.cpp.

References DRC_EXCLUSION::m_impl.

◆ to_json()

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

Definition at line 103 of file drc_exclusion.cpp.