KiCad PCB EDA Suite
|
#include <calculator_panels/panel_r_calculator.h>
#include <pcb_calculator_settings.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.
Functions | |
double | DoubleFromString (const wxString &TextValue) |
Variables | |
wxString | r_calculator_help |
static const double | max_target_value = static_cast<double>(RES_EQUIV_CALC_LAST_VALUE) * 4 |
double DoubleFromString | ( | const wxString & | TextValue | ) |
Definition at line 37 of file params_read_write.cpp.
|
static |
Definition at line 44 of file panel_r_calculator.cpp.
Referenced by PANEL_R_CALCULATOR::OnCalculateESeries().
wxString r_calculator_help |
Definition at line 35 of file panel_r_calculator.cpp.
Referenced by PANEL_R_CALCULATOR::PANEL_R_CALCULATOR().