progress - live doc generator works again!

This commit is contained in:
rusefillc 2021-10-16 21:08:37 -04:00
parent 315ae3d982
commit 292173f818
7 changed files with 12 additions and 28 deletions

View File

@ -26,7 +26,9 @@ speed_density_s sd;
struct_no_prefix idle_state_s
custom idle_state_e 4 bits, S32, @OFFSET@, [0:2], "not important"
idle_state_e idleState
custom percent_t 4 bits, F32, @OFFSET@, [0:2], "not important"
percent_t currentIdlePosition;that's current position with CLT and IAT corrections
percent_t baseIdlePosition;current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)
int throttlePedalUpState;true in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/engine_state.txt Sat May 08 21:43:54 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sat Oct 16 21:02:44 EDT 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -135,8 +135,6 @@ struct speed_density_s {
/** total size 32*/
};
typedef struct speed_density_s speed_density_s;
// start of idle_state_s
struct idle_state_s {
/**
@ -167,8 +165,6 @@ struct idle_state_s {
/** total size 20*/
};
typedef struct idle_state_s idle_state_s;
// start of cranking_fuel_s
struct cranking_fuel_s {
/**
@ -198,8 +194,6 @@ struct cranking_fuel_s {
/** total size 20*/
};
typedef struct cranking_fuel_s cranking_fuel_s;
// start of running_fuel_s
struct running_fuel_s {
/**
@ -240,8 +234,6 @@ struct running_fuel_s {
/** total size 28*/
};
typedef struct running_fuel_s running_fuel_s;
// start of engine_state2_s
struct engine_state2_s {
/**
@ -420,7 +412,5 @@ struct engine_state2_s {
/** total size 160*/
};
typedef struct engine_state2_s engine_state2_s;
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/engine_state.txt Sat May 08 21:43:54 UTC 2021
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sat Oct 16 21:02:44 EDT 2021

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/wall_fuel_state.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Sat Oct 16 21:02:47 EDT 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -18,7 +18,5 @@ struct wall_fuel_state {
/** total size 8*/
};
typedef struct wall_fuel_state wall_fuel_state;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/wall_fuel_state.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Sat Oct 16 21:02:47 EDT 2021

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_central.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sat Oct 16 20:21:23 EDT 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -27,7 +27,5 @@ struct trigger_central_s {
/** total size 36*/
};
typedef struct trigger_central_s trigger_central_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_central.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sat Oct 16 20:21:23 EDT 2021

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sat Oct 16 20:21:25 EDT 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -12,7 +12,5 @@ struct trigger_state_s {
/** total size 4*/
};
typedef struct trigger_state_s trigger_state_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 06:07:20 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sat Oct 16 20:21:25 EDT 2021

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/pid_state.txt Mon Jul 06 06:07:19 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) util/math/pid_state.txt Sat Oct 16 20:21:21 EDT 2021
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -40,7 +40,5 @@ struct pid_state_s {
/** total size 28*/
};
typedef struct pid_state_s pid_state_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/pid_state.txt Mon Jul 06 06:07:19 UTC 2020
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) util/math/pid_state.txt Sat Oct 16 20:21:21 EDT 2021

Binary file not shown.