|
KiCad PCB EDA Suite
|
#include <calculator_panels/panel_r_calculator.h>#include <pcb_calculator_settings.h>#include <pcb_calculator_utils.h>#include <string_utils.h>#include <wx/msgdlg.h>#include <eseries.h>#include "resistor_substitution_utils.h"#include <i18n_utility.h>#include "r_calculator_help.h"Go to the source code of this file.
Variables | |
| wxString | r_calculator_help |
| static const double | max_target_value = static_cast<double>(RES_EQUIV_CALC_LAST_VALUE) * 4 |
|
static |
Definition at line 45 of file panel_r_calculator.cpp.
Referenced by PANEL_R_CALCULATOR::OnCalculateESeries().
| wxString r_calculator_help |
Definition at line 36 of file panel_r_calculator.cpp.
Referenced by PANEL_R_CALCULATOR::PANEL_R_CALCULATOR().