KiCad PCB EDA Suite
|
#include <resistor_substitution_utils.h>
Public Member Functions | |
RESISTANCE (double aValue, const std::string &aName) | |
Public Attributes | |
double | value |
std::string | name |
Definition at line 45 of file resistor_substitution_utils.h.
|
inline |
Definition at line 50 of file resistor_substitution_utils.h.
std::string RESISTANCE::name |
Definition at line 48 of file resistor_substitution_utils.h.
Referenced by parallelResistance(), parallelResistanceSimple(), serialResistance(), and serialResistanceSimple().
double RESISTANCE::value |
Definition at line 47 of file resistor_substitution_utils.h.
Referenced by RES_EQUIV_CALC::Calculate(), operator<(), parallelResistance(), parallelResistanceSimple(), serialResistance(), and serialResistanceSimple().