KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JOB_SCH_ERC Class Reference

#include <job_sch_erc.h>

Inheritance diagram for JOB_SCH_ERC:
JOB

Public Types

enum class  UNITS { INCHES , MILLIMETERS , MILS }
 
enum class  OUTPUT_FORMAT { REPORT , JSON }
 

Public Member Functions

 JOB_SCH_ERC (bool aIsCli)
 
const std::string & GetType () const
 
bool IsCli () const
 
const std::map< wxString, wxString > & GetVarOverrides () const
 
void SetVarOverrides (const std::map< wxString, wxString > &aVarOverrides)
 

Public Attributes

wxString m_filename
 
wxString m_outputFile
 
UNITS m_units
 
int m_severity
 
OUTPUT_FORMAT m_format
 
bool m_exitCodeViolations
 

Protected Attributes

std::string m_type
 
bool m_isCli
 
std::map< wxString, wxString > m_varOverrides
 

Detailed Description

Definition at line 30 of file job_sch_erc.h.

Member Enumeration Documentation

◆ OUTPUT_FORMAT

enum class JOB_SCH_ERC::OUTPUT_FORMAT
strong
Enumerator
REPORT 
JSON 

Definition at line 49 of file job_sch_erc.h.

◆ UNITS

enum class JOB_SCH_ERC::UNITS
strong
Enumerator
INCHES 
MILLIMETERS 
MILS 

Definition at line 38 of file job_sch_erc.h.

Constructor & Destructor Documentation

◆ JOB_SCH_ERC()

JOB_SCH_ERC::JOB_SCH_ERC ( bool  aIsCli)

Definition at line 24 of file job_sch_erc.cpp.

Member Function Documentation

◆ GetType()

const std::string & JOB::GetType ( ) const
inlineinherited

Definition at line 38 of file job.h.

Referenced by JOB_DISPATCHER::RunJob().

◆ GetVarOverrides()

◆ IsCli()

◆ SetVarOverrides()

void JOB::SetVarOverrides ( const std::map< wxString, wxString > &  aVarOverrides)
inlineinherited

Definition at line 43 of file job.h.

Referenced by CLI::PCB_EXPORT_GERBER_COMMAND::populateJob().

Member Data Documentation

◆ m_exitCodeViolations

bool JOB_SCH_ERC::m_exitCodeViolations

Definition at line 57 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_filename

wxString JOB_SCH_ERC::m_filename

Definition at line 35 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_format

OUTPUT_FORMAT JOB_SCH_ERC::m_format

Definition at line 55 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_isCli

bool JOB::m_isCli
protectedinherited

Definition at line 50 of file job.h.

◆ m_outputFile

wxString JOB_SCH_ERC::m_outputFile

Definition at line 36 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_severity

int JOB_SCH_ERC::m_severity

Definition at line 47 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_type

std::string JOB::m_type
protectedinherited

Definition at line 49 of file job.h.

◆ m_units

UNITS JOB_SCH_ERC::m_units

Definition at line 45 of file job_sch_erc.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobSchErc().

◆ m_varOverrides

std::map<wxString, wxString> JOB::m_varOverrides
protectedinherited

Definition at line 51 of file job.h.


The documentation for this class was generated from the following files: