KiCad PCB EDA Suite
|
Public Member Functions | |
BOARD_MIN_SIZE_VALUES (int aClass, double aLines, double aClearance, double aViaDiffPlated, double aPadDiffPlated, double aPadDiffNotPlated) | |
Public Attributes | |
int | m_Class |
double | m_Lines |
double | m_Clearance |
double | m_ViaDiamDiff |
double | m_PadDiamDiffPlated |
double | m_PadDiamDiffNotPlated |
Definition at line 65 of file panel_board_class.cpp.
|
inline |
Definition at line 78 of file panel_board_class.cpp.
References m_Class, m_Clearance, m_Lines, m_PadDiamDiffNotPlated, m_PadDiamDiffPlated, and m_ViaDiamDiff.
int BOARD_MIN_SIZE_VALUES::m_Class |
Definition at line 68 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().
double BOARD_MIN_SIZE_VALUES::m_Clearance |
Definition at line 70 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().
double BOARD_MIN_SIZE_VALUES::m_Lines |
Definition at line 69 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().
double BOARD_MIN_SIZE_VALUES::m_PadDiamDiffNotPlated |
Definition at line 75 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().
double BOARD_MIN_SIZE_VALUES::m_PadDiamDiffPlated |
Definition at line 73 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().
double BOARD_MIN_SIZE_VALUES::m_ViaDiamDiff |
Definition at line 71 of file panel_board_class.cpp.
Referenced by BOARD_MIN_SIZE_VALUES().