docs
This commit is contained in:
parent
f4f1d40463
commit
8f1b1c52bc
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 05 17:20:47 EDT 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 06 09:14:48 EDT 2019
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -431,6 +431,8 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
float mapFrequency100Kpa;
|
float mapFrequency100Kpa;
|
||||||
/**
|
/**
|
||||||
|
* See also triggerSimulatorPins
|
||||||
|
* See also directSelfStimulation
|
||||||
* rpm X
|
* rpm X
|
||||||
* offset 20
|
* offset 20
|
||||||
*/
|
*/
|
||||||
|
@ -648,6 +650,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
can_device_mode_e canDeviceMode;
|
can_device_mode_e canDeviceMode;
|
||||||
/**
|
/**
|
||||||
|
* See also directSelfStimulation
|
||||||
* offset 136
|
* offset 136
|
||||||
*/
|
*/
|
||||||
brain_pin_e triggerSimulatorPins[TRIGGER_SIMULATOR_PIN_COUNT];
|
brain_pin_e triggerSimulatorPins[TRIGGER_SIMULATOR_PIN_COUNT];
|
||||||
|
@ -996,6 +999,7 @@ typedef struct {
|
||||||
injector_s injector;
|
injector_s injector;
|
||||||
/**
|
/**
|
||||||
* Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?
|
* Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?
|
||||||
|
* See also triggerSimulatorPins
|
||||||
* PS: Funny name, right? :)
|
* PS: Funny name, right? :)
|
||||||
offset 76 bit 0 */
|
offset 76 bit 0 */
|
||||||
bool directSelfStimulation : 1;
|
bool directSelfStimulation : 1;
|
||||||
|
@ -2729,4 +2733,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 05 17:20:47 EDT 2019
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 06 09:14:48 EDT 2019
|
||||||
|
|
|
@ -269,7 +269,7 @@ end_struct
|
||||||
injector_s injector
|
injector_s injector
|
||||||
|
|
||||||
|
|
||||||
bit directSelfStimulation;+Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?\nPS: Funny name, right? :)
|
bit directSelfStimulation;+Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?\nSee also triggerSimulatorPins\nPS: Funny name, right? :)
|
||||||
bit activateAuxPid1;
|
bit activateAuxPid1;
|
||||||
bit isVerboseAuxPid1;
|
bit isVerboseAuxPid1;
|
||||||
bit activateAuxPid2;
|
bit activateAuxPid2;
|
||||||
|
@ -488,7 +488,7 @@ float mapFrequency0Kpa;;"Hz", 1, 0, 0, 100000, 2
|
||||||
float mapFrequency100Kpa;;"Hz", 1, 0, 0, 100000, 2
|
float mapFrequency100Kpa;;"Hz", 1, 0, 0, 100000, 2
|
||||||
|
|
||||||
! todo: rename to triggerSimulatorRpm
|
! todo: rename to triggerSimulatorRpm
|
||||||
int triggerSimulatorFrequency;rpm X;"Rpm", 1, 0, 0,30000, 0
|
int triggerSimulatorFrequency;See also triggerSimulatorPins\nSee also directSelfStimulation\nrpm X;"Rpm", 1, 0, 0,30000, 0
|
||||||
|
|
||||||
brain_pin_e[INJECTION_PIN_COUNT iterate] injectionPins;
|
brain_pin_e[INJECTION_PIN_COUNT iterate] injectionPins;
|
||||||
brain_pin_e[IGNITION_PIN_COUNT iterate] ignitionPins;
|
brain_pin_e[IGNITION_PIN_COUNT iterate] ignitionPins;
|
||||||
|
@ -563,7 +563,7 @@ custom adc_channel_mode_e 4 bits, U32, @OFFSET@, [0:1], "Off", "Slow", "Fas
|
||||||
|
|
||||||
can_device_mode_e canDeviceMode;
|
can_device_mode_e canDeviceMode;
|
||||||
|
|
||||||
brain_pin_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPins;
|
brain_pin_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPins;See also directSelfStimulation
|
||||||
pin_output_mode_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPinModes;
|
pin_output_mode_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPinModes;
|
||||||
brain_pin_e o2heaterPin;Narrow band o2 heater, not used for CJ125. See wboHeaterPin
|
brain_pin_e o2heaterPin;Narrow band o2 heater, not used for CJ125. See wboHeaterPin
|
||||||
pin_output_mode_e o2heaterPinModeTodO;
|
pin_output_mode_e o2heaterPinModeTodO;
|
||||||
|
|
|
@ -68,7 +68,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 05 17:43:55 EDT 2019
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 06 09:14:48 EDT 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -940,7 +940,7 @@ page = 1
|
||||||
; total TS size = 20000
|
; total TS size = 20000
|
||||||
[SettingContextHelp]
|
[SettingContextHelp]
|
||||||
injector_flow = "cc/min, cubic centimeter per minute\nBy the way, g/s = 0.125997881 * (lb/hr)\ng/s = 0.125997881 * (cc/min)/10.5\ng/s = 0.0119997981 * cc/min"
|
injector_flow = "cc/min, cubic centimeter per minute\nBy the way, g/s = 0.125997881 * (lb/hr)\ng/s = 0.125997881 * (cc/min)/10.5\ng/s = 0.0119997981 * cc/min"
|
||||||
directSelfStimulation = "Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?\nPS: Funny name, right? :)"
|
directSelfStimulation = "Should trigger emulator push data right into trigger handling logic, eliminating the need for physical jumper wires?\nSee also triggerSimulatorPins\nPS: Funny name, right? :)"
|
||||||
tpsErrorDetectionTooLow = "TPS error detection, what TPS % value is unrealistically low"
|
tpsErrorDetectionTooLow = "TPS error detection, what TPS % value is unrealistically low"
|
||||||
tpsErrorDetectionTooHigh = "TPS error detection, what TPS % value is unrealistically high"
|
tpsErrorDetectionTooHigh = "TPS error detection, what TPS % value is unrealistically high"
|
||||||
cranking_baseFuel = "Fuel squirt duration while cranking\nA number of curves adjust this value according to CLT/IAT/TPS etc"
|
cranking_baseFuel = "Fuel squirt duration while cranking\nA number of curves adjust this value according to CLT/IAT/TPS etc"
|
||||||
|
|
Loading…
Reference in New Issue