#151 docs
This commit is contained in:
parent
3db5ad5e5b
commit
32e10f372b
|
@ -44,6 +44,10 @@ private:
|
||||||
float previousValue;
|
float previousValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wall wetting, also known as fuel film
|
||||||
|
* See https://github.com/rusefi/rusefi/issues/151 for the theory
|
||||||
|
*/
|
||||||
class WallFuel {
|
class WallFuel {
|
||||||
public:
|
public:
|
||||||
WallFuel();
|
WallFuel();
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 17:02:17 EST 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 21:51:55 EST 2019
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1624,6 +1624,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
pid_s idleRpmPid;
|
pid_s idleRpmPid;
|
||||||
/**
|
/**
|
||||||
|
* Wall wetting/evaporation factor/Tau factor/fuel film
|
||||||
* offset 1904
|
* offset 1904
|
||||||
*/
|
*/
|
||||||
float addedToWallCoef;
|
float addedToWallCoef;
|
||||||
|
@ -2459,4 +2460,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 17:02:17 EST 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 21:51:55 EST 2019
|
||||||
|
|
|
@ -763,7 +763,7 @@ custom pin_mode_e 4 bits, U32, @OFFSET@, [0:5], @@pin_mode_e_enum@@
|
||||||
float mapErrorDetectionTooHigh;kPa value which is too high to be true;"kPa", 1, 0, -100.0, 800.0, 2
|
float mapErrorDetectionTooHigh;kPa value which is too high to be true;"kPa", 1, 0, -100.0, 800.0, 2
|
||||||
int step1RpmWindow;RPMs prior to step1rpm point where ignition advance is retarded;"rpm", 1, 0, 0, 3000.0, 2
|
int step1RpmWindow;RPMs prior to step1rpm point where ignition advance is retarded;"rpm", 1, 0, 0, 3000.0, 2
|
||||||
pid_s idleRpmPid;See cltIdleRpmBins
|
pid_s idleRpmPid;See cltIdleRpmBins
|
||||||
float addedToWallCoef;;"%", 1, 0, 0.0, 300.0, 2
|
float addedToWallCoef;Wall wetting/evaporation factor/Tau factor/fuel film;"%", 1, 0, 0.0, 300.0, 2
|
||||||
brain_pin_e communicationLedPin;blue LED on discovery by default
|
brain_pin_e communicationLedPin;blue LED on discovery by default
|
||||||
brain_pin_e runningLedPin;green LED on discovery by default
|
brain_pin_e runningLedPin;green LED on discovery by default
|
||||||
brain_pin_e binarySerialTxPin;
|
brain_pin_e binarySerialTxPin;
|
||||||
|
|
Loading…
Reference in New Issue