| 
    KiCad PCB EDA Suite
    
   | 
 
#include "eseries.h"#include <array>#include <optional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | RESISTANCE | 
| class | RES_EQUIV_CALC | 
| Performs calculations on E-series values primarily to find target values as combinations (serial, parallel) of them.  More... | |
Macros | |
| #define | RES_EQUIV_CALC_FIRST_VALUE 10 | 
| #define | RES_EQUIV_CALC_LAST_VALUE 1e6 | 
Variables | |
| const double | epsilon = 1e-12 | 
| #define RES_EQUIV_CALC_FIRST_VALUE 10 | 
Definition at line 38 of file resistor_substitution_utils.h.
Referenced by RES_EQUIV_CALC::buildSeriesData().
| #define RES_EQUIV_CALC_LAST_VALUE 1e6 | 
Definition at line 42 of file resistor_substitution_utils.h.
Referenced by RES_EQUIV_CALC::buildSeriesData().
| const double epsilon = 1e-12 | 
Definition at line 30 of file resistor_substitution_utils.h.
Referenced by BezierToPolyline(), BOOST_AUTO_TEST_CASE(), BOOST_CHECK_PREDICATE(), BOOST_CHECK_PREDICATE(), ZONE_FILLER::buildThermalSpokes(), RES_EQUIV_CALC::Calculate(), SolutionCollector::considerSolution(), PCB_TUNING_PATTERN::EditFinish(), equivalent(), RES_EQUIV_CALC::Exclude(), ZONE_FILLER::fillCopperZone(), ZONE_FILLER::fillNonCopperZone(), ZONE::GetInteractingZones(), DRC_ENGINE::IsNetTieExclusion(), TRANSFORM::MapAngles(), PANEL_R_CALCULATOR::OnCalculateESeries(), DRC_TEST_PROVIDER_CONNECTION_WIDTH::Run(), DRC_TEST_PROVIDER_DISALLOW::Run(), test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run(), DRC_TEST_PROVIDER_HOLE_TO_HOLE::testHoleAgainstHole(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testShapeLineChain(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testZoneLayer(), DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow(), and SolutionCollector::uniqueCount().