| 
    KiCad PCB EDA Suite
    
   | 
 
#include <rc_json_schema.h>
  
Public Member Functions | |
| ERC_REPORT () | |
Public Attributes | |
| std::vector< ERC_SHEET > | sheets | 
| wxString | $schema | 
| wxString | source | 
| wxString | date | 
| wxString | kicad_version | 
| wxString | type | 
| wxString | coordinate_units | 
Definition at line 111 of file rc_json_schema.h.
      
  | 
  inline | 
Definition at line 113 of file rc_json_schema.h.
References RC_JSON::REPORT_BASE::type.
      
  | 
  inherited | 
Definition at line 82 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
      
  | 
  inherited | 
Definition at line 87 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
      
  | 
  inherited | 
Definition at line 84 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
      
  | 
  inherited | 
Definition at line 85 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
| std::vector<ERC_SHEET> RC_JSON::ERC_REPORT::sheets | 
Definition at line 115 of file rc_json_schema.h.
Referenced by ERC_REPORT::WriteJsonReport().
      
  | 
  inherited | 
Definition at line 83 of file rc_json_schema.h.
Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().
      
  | 
  inherited | 
Definition at line 86 of file rc_json_schema.h.
Referenced by RC_JSON::DRC_REPORT::DRC_REPORT(), and RC_JSON::ERC_REPORT::ERC_REPORT().