|
KiCad PCB EDA Suite
|
#include <rc_json_schema.h>
Public Member Functions | |
| DRC_REPORT () | |
Public Attributes | |
| std::vector< VIOLATION > | violations |
| std::vector< VIOLATION > | unconnected_items |
| std::vector< VIOLATION > | schematic_parity |
| std::vector< wxString > | included_severities |
| std::vector< IGNORED_CHECK > | ignored_checks |
| wxString | $schema |
| wxString | source |
| wxString | date |
| wxString | kicad_version |
| wxString | type |
| wxString | coordinate_units |
Definition at line 110 of file rc_json_schema.h.
|
inline |
Definition at line 112 of file rc_json_schema.h.
References RC_JSON::REPORT_BASE::type.
|
inherited |
Definition at line 101 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
|
inherited |
Definition at line 106 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
|
inherited |
Definition at line 103 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
| std::vector<IGNORED_CHECK> RC_JSON::DRC_REPORT::ignored_checks |
Definition at line 118 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport().
| std::vector<wxString> RC_JSON::DRC_REPORT::included_severities |
Definition at line 117 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport().
|
inherited |
Definition at line 104 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
| std::vector<VIOLATION> RC_JSON::DRC_REPORT::schematic_parity |
Definition at line 116 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport().
|
inherited |
Definition at line 102 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
|
inherited |
Definition at line 105 of file rc_json_schema.h.
Referenced by RC_JSON::DRC_REPORT::DRC_REPORT(), and RC_JSON::ERC_REPORT::ERC_REPORT().
| std::vector<VIOLATION> RC_JSON::DRC_REPORT::unconnected_items |
Definition at line 115 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport().
| std::vector<VIOLATION> RC_JSON::DRC_REPORT::violations |
Definition at line 114 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport().