KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EXCELLON_DEFAULTS Struct Reference

management of default values used to read a Excellon (.nc) drill file Some important parameters are not defined in drill files, and some others can be missing in poor drill files. More...

#include <excellon_defaults.h>

Public Member Functions

 EXCELLON_DEFAULTS ()
 
void ResetToDefaults ()
 

Public Attributes

bool m_UnitsMM
 
bool m_LeadingZero
 
int m_MmIntegerLen
 
int m_MmMantissaLen
 
int m_InchIntegerLen
 
int m_InchMantissaLen
 

Detailed Description

management of default values used to read a Excellon (.nc) drill file Some important parameters are not defined in drill files, and some others can be missing in poor drill files.

These default values are used when parameter is not found in file

Definition at line 40 of file excellon_defaults.h.

Constructor & Destructor Documentation

◆ EXCELLON_DEFAULTS()

EXCELLON_DEFAULTS::EXCELLON_DEFAULTS ( )
inline

Definition at line 49 of file excellon_defaults.h.

References ResetToDefaults().

Member Function Documentation

◆ ResetToDefaults()

void EXCELLON_DEFAULTS::ResetToDefaults ( )
inline

Member Data Documentation

◆ m_InchIntegerLen

◆ m_InchMantissaLen

◆ m_LeadingZero

◆ m_MmIntegerLen

◆ m_MmMantissaLen

◆ m_UnitsMM


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