|
rusEFI
The most advanced open source ECU
|
#include <hellen_board_id.h>


Public Member Functions | |
| float | calc (float Tc1_us, float Tc2_us, float Rest, float C, bool testOnlyMajorSeries, float *Rmeasured, float *Cest, int *rIdx) |
| float | findClosestResistor (float R, bool testOnlyMajorSeries, int *rIdx) |
| float | calcEstimatedResistance (float Tc1_us, float C) |
Data Fields | |
| HellenBoardIdFinderState | state |
Definition at line 51 of file hellen_board_id.h.
| float HellenBoardIdFinderBase::calc | ( | float | Tc1_us, |
| float | Tc2_us, | ||
| float | Rest, | ||
| float | C, | ||
| bool | testOnlyMajorSeries, | ||
| float * | Rmeasured, | ||
| float * | Cest, | ||
| int * | rIdx | ||
| ) |
Definition at line 147 of file hellen_board_id.cpp.
Referenced by detectHellenBoardId().


Definition at line 137 of file hellen_board_id.cpp.
Referenced by detectHellenBoardId().

| float HellenBoardIdFinderBase::findClosestResistor | ( | float | R, |
| bool | testOnlyMajorSeries, | ||
| int * | rIdx | ||
| ) |
Definition at line 105 of file hellen_board_id.cpp.
Referenced by calc().

| HellenBoardIdFinderState HellenBoardIdFinderBase::state |
Definition at line 60 of file hellen_board_id.h.