KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::AUTO_RESOLUTION_PARSE_RESULT Struct Reference

Result of ParseAutoResolutionJson. More...

#include <auto_resolution.h>

Public Attributes

AUTO_RESOLUTION_STATUS status = AUTO_RESOLUTION_STATUS::OK
 
std::map< wxString, ITEM_RESresolutions
 
wxString errorContext
 

Detailed Description

Result of ParseAutoResolutionJson.

resolutions is populated only when status == OK. errorContext carries the per-key context that triggered a non-OK status, suitable for trace logging.

Definition at line 68 of file auto_resolution.h.

Member Data Documentation

◆ errorContext

wxString KICAD_DIFF::AUTO_RESOLUTION_PARSE_RESULT::errorContext

Definition at line 72 of file auto_resolution.h.

Referenced by KICAD_DIFF::ParseAutoResolutionJson().

◆ resolutions

std::map<wxString, ITEM_RES> KICAD_DIFF::AUTO_RESOLUTION_PARSE_RESULT::resolutions

Definition at line 71 of file auto_resolution.h.

Referenced by KICAD_DIFF::ParseAutoResolutionJson().

◆ status

AUTO_RESOLUTION_STATUS KICAD_DIFF::AUTO_RESOLUTION_PARSE_RESULT::status = AUTO_RESOLUTION_STATUS::OK

Definition at line 70 of file auto_resolution.h.

Referenced by KICAD_DIFF::ParseAutoResolutionJson().


The documentation for this struct was generated from the following file: