KiCad PCB EDA Suite
Loading...
Searching...
No Matches
RC_JSON::REPORT_BASE Struct Reference

#include <rc_json_schema.h>

Inheritance diagram for RC_JSON::REPORT_BASE:
RC_JSON::DRC_REPORT RC_JSON::ERC_REPORT

Public Attributes

wxString $schema
 
wxString source
 
wxString date
 
wxString kicad_version
 
wxString type
 
wxString coordinate_units
 

Detailed Description

Definition at line 99 of file rc_json_schema.h.

Member Data Documentation

◆ $schema

wxString RC_JSON::REPORT_BASE::$schema

Definition at line 101 of file rc_json_schema.h.

Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().

◆ coordinate_units

wxString RC_JSON::REPORT_BASE::coordinate_units

Definition at line 106 of file rc_json_schema.h.

Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().

◆ date

wxString RC_JSON::REPORT_BASE::date

Definition at line 103 of file rc_json_schema.h.

Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().

◆ kicad_version

wxString RC_JSON::REPORT_BASE::kicad_version

Definition at line 104 of file rc_json_schema.h.

Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().

◆ source

wxString RC_JSON::REPORT_BASE::source

Definition at line 102 of file rc_json_schema.h.

Referenced by DRC_REPORT::WriteJsonReport(), and ERC_REPORT::WriteJsonReport().

◆ type

wxString RC_JSON::REPORT_BASE::type

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