-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
3,051 additions
and
383 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
subMenu = fuel_computerDialog, "fuel_computer" | ||
subMenu = ignition_stateDialog, "ignition_state" | ||
subMenu = knock_controllerDialog, "knock_controller" | ||
subMenu = tcu_controllerDialog, "tcu_controller" | ||
subMenu = throttle_modelDialog, "throttle_model" | ||
subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump" | ||
subMenu = injector_modelDialog, "injector_model" | ||
subMenu = launch_control_stateDialog, "launch_control_state" | ||
subMenu = antilag_system_stateDialog, "antilag_system_state" | ||
subMenu = boost_controlDialog, "boost_control" | ||
subMenu = ac_controlDialog, "ac_control" | ||
subMenu = fan_control0Dialog, "fan_control0" | ||
subMenu = fan_control1Dialog, "fan_control1" | ||
subMenu = fuel_pump_controlDialog, "fuel_pump_control" | ||
subMenu = main_relayDialog, "main_relay" | ||
subMenu = engine_stateDialog, "engine_state" | ||
subMenu = tps_accel_stateDialog, "tps_accel_state" | ||
subMenu = trigger_centralDialog, "trigger_central" | ||
subMenu = trigger_state0Dialog, "trigger_state0" | ||
subMenu = trigger_state1Dialog, "trigger_state1" | ||
subMenu = trigger_state2Dialog, "trigger_state2" | ||
subMenu = trigger_state3Dialog, "trigger_state3" | ||
subMenu = trigger_state4Dialog, "trigger_state4" | ||
subMenu = trigger_state_primaryDialog, "trigger_state_primary" | ||
subMenu = wall_fuel_stateDialog, "wall_fuel_state" | ||
subMenu = idle_stateDialog, "idle_state" | ||
subMenu = electronic_throttle0Dialog, "electronic_throttle0" | ||
subMenu = electronic_throttle1Dialog, "electronic_throttle1" | ||
subMenu = wideband_state0Dialog, "wideband_state0" | ||
subMenu = wideband_state1Dialog, "wideband_state1" | ||
subMenu = dc_motorsDialog, "dc_motors" | ||
subMenu = sent_stateDialog, "sent_state" | ||
subMenu = vvtDialog, "vvt" | ||
subMenu = lambda_monitorDialog, "lambda_monitor" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
gaugeCategory = "Sync" | ||
triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 | ||
triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 | ||
currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 | ||
gaugeCategory = "Fuel: math" | ||
totalFuelCorrectionGauge = totalFuelCorrection,"Fuel: Total correction", "mult", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 | ||
running_timeSinceCrankingInSecsGauge = running_timeSinceCrankingInSecs,"running_ timeSinceCrankingInSecs", "secs", 0.0,600000.0, 0.0,600000.0, 0.0,600000.0, 0,0 | ||
targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.5,1.5, 0.5,1.5, 0.5,1.5, 2,2 | ||
targetAFRGauge = targetAFR,"Fuel: target AFR", "ratio", 10.0,20.0, 10.0,20.0, 10.0,20.0, 2,2 | ||
gaugeCategory = "Timing" | ||
baseDwellGauge = baseDwell,"Ignition: base dwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1 | ||
sparkDwellGauge = sparkDwell,"Ignition: coil charge time", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1 | ||
dwellDurationAngleGauge = dwellDurationAngle,"Ignition: dwell duration", "deg", 0.0,120.0, 0.0,120.0, 0.0,120.0, 1,1 | ||
cltTimingCorrectionGauge = cltTimingCorrection,"Ign: CLT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 | ||
timingIatCorrectionGauge = timingIatCorrection,"Ign: IAT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 | ||
timingPidCorrectionGauge = timingPidCorrection,"Idle: Timing adjustment", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 | ||
luaTimingAddGauge = luaTimingAdd,"Ign: Lua timing add", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 | ||
luaTimingMultGauge = luaTimingMult,"Ign: Lua timing mult", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 | ||
gaugeCategory = "Boost Control" | ||
luaTargetAddGauge = luaTargetAdd,"Boost: Lua target add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 | ||
boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 | ||
luaTargetMultGauge = luaTargetMult,"Boost: Lua target mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 | ||
openLoopPartGauge = openLoopPart,"Boost: Open loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 | ||
luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua open loop add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 | ||
boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost: Closed loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 | ||
boostControlTargetGauge = boostControlTarget,"Boost: Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 | ||
gaugeCategory = "ETB more" | ||
targetWithIdlePosition0Gauge = targetWithIdlePosition0,"ETB: target with idle0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 | ||
luaAdjustment0Gauge = luaAdjustment0,"ETB: luaAdjustment0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 | ||
m_wastegatePosition0Gauge = m_wastegatePosition0,"DC: wastegatePosition0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 | ||
etbDutyRateOfChange0Gauge = etbDutyRateOfChange0,"ETB duty rate of change0", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2 | ||
etbDutyAverage0Gauge = etbDutyAverage0,"ETB average duty0", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2 | ||
etbTpsErrorCounter0Gauge = etbTpsErrorCounter0,"ETB TPS error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
etbPpsErrorCounter0Gauge = etbPpsErrorCounter0,"ETB pedal error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
targetWithIdlePosition1Gauge = targetWithIdlePosition1,"ETB: target with idle1", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 | ||
luaAdjustment1Gauge = luaAdjustment1,"ETB: luaAdjustment1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 | ||
m_wastegatePosition1Gauge = m_wastegatePosition1,"DC: wastegatePosition1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 | ||
etbDutyRateOfChange1Gauge = etbDutyRateOfChange1,"ETB duty rate of change1", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2 | ||
etbDutyAverage1Gauge = etbDutyAverage1,"ETB average duty1", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2 | ||
etbTpsErrorCounter1Gauge = etbTpsErrorCounter1,"ETB TPS error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
etbPpsErrorCounter1Gauge = etbPpsErrorCounter1,"ETB pedal error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 | ||
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 | ||
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 | ||
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// generated by gen_live_documentation.sh / LiveDataProcessor.java | ||
decl_frag<output_channels_s>{}, | ||
decl_frag<fuel_computer_s>{}, | ||
decl_frag<ignition_state_s>{}, | ||
decl_frag<knock_controller_s>{}, | ||
decl_frag<tcu_controller_s>{}, | ||
decl_frag<throttle_model_s>{}, | ||
decl_frag<high_pressure_fuel_pump_s>{}, | ||
decl_frag<injector_model_s>{}, | ||
decl_frag<launch_control_state_s>{}, | ||
decl_frag<antilag_system_state_s>{}, | ||
decl_frag<boost_control_s>{}, | ||
decl_frag<ac_control_s>{}, | ||
decl_frag<fan_control_s, 0>{}, // fan1 | ||
decl_frag<fan_control_s, 1>{}, // fan2 | ||
decl_frag<fuel_pump_control_s>{}, | ||
decl_frag<main_relay_s>{}, | ||
decl_frag<engine_state_s>{}, | ||
decl_frag<tps_accel_state_s>{}, | ||
decl_frag<trigger_central_s>{}, | ||
decl_frag<trigger_state_s, 0>{}, // trg | ||
decl_frag<trigger_state_s, 1>{}, // vvt1i | ||
decl_frag<trigger_state_s, 2>{}, // vvt1e | ||
decl_frag<trigger_state_s, 3>{}, // vvt2i | ||
decl_frag<trigger_state_s, 4>{}, // vvt2e | ||
decl_frag<trigger_state_primary_s>{}, | ||
decl_frag<wall_fuel_state_s>{}, | ||
decl_frag<idle_state_s>{}, | ||
decl_frag<electronic_throttle_s, 0>{}, // etb1 | ||
decl_frag<electronic_throttle_s, 1>{}, // etb2 | ||
decl_frag<wideband_state_s, 0>{}, // wb1 | ||
decl_frag<wideband_state_s, 1>{}, // wb2 | ||
decl_frag<dc_motors_s>{}, | ||
decl_frag<sent_state_s>{}, | ||
decl_frag<vvt_s>{}, | ||
decl_frag<lambda_monitor_s>{}, | ||
decl_frag<extra_s>{}, |
Oops, something went wrong.