|
KiCad PCB EDA Suite
|
Result of ParseAutoResolutionJson.
More...
#include <auto_resolution.h>
Public Attributes | |
| AUTO_RESOLUTION_STATUS | status = AUTO_RESOLUTION_STATUS::OK |
| std::map< wxString, ITEM_RES > | resolutions |
| wxString | errorContext |
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.
| wxString KICAD_DIFF::AUTO_RESOLUTION_PARSE_RESULT::errorContext |
Definition at line 72 of file auto_resolution.h.
Referenced by KICAD_DIFF::ParseAutoResolutionJson().
| 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().
| 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().