hold on, why "float autoscale" at all here? (#4647)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
e26fef433d
commit
86d3b16939
|
@ -6,12 +6,12 @@ struct_no_prefix trigger_central_s
|
|||
|
||||
int vvtCamCounter
|
||||
|
||||
float autoscale mapVvt_MAP_AT_SPECIAL_POINT;;"", 1, 0, -10000, 10000, 3
|
||||
float autoscale mapVvt_MAP_AT_DIFF;;"", 1, 0, -10000, 10000, 3
|
||||
float mapVvt_MAP_AT_SPECIAL_POINT;;"", 1, 0, -10000, 10000, 3
|
||||
float mapVvt_MAP_AT_DIFF;;"", 1, 0, -10000, 10000, 3
|
||||
uint8_t mapVvt_MAP_AT_CYCLE_COUNT;;"", 1, 0, -10000, 10000, 3
|
||||
uint8_t mapVvt_map_peak;;"", 1, 0, -10000, 10000, 3
|
||||
|
||||
float autoscale currentEngineDecodedPhase;Engine Phase;"deg",1, 0, 0, 0, 0
|
||||
float currentEngineDecodedPhase;Engine Phase;"deg",1, 0, 0, 0, 0
|
||||
|
||||
float triggerToothAngleError;;"deg", 1, 0, -30, 30, 2
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
struct_no_prefix trigger_state_s
|
||||
uint32_t crankSynchronizationCounter;Crank sync counter\nUsually matches crank revolutions
|
||||
float autoscale vvtSyncGapRatio;;"", 1, 0, -10000, 10000, 3
|
||||
float autoscale vvtCurrentPosition;;"", 1, 0, -10000, 10000, 3
|
||||
float autoscale triggerSyncGapRatio;@@GAUGE_NAME_TRG_GAP@@;"", 1, 0, -10000, 10000, 3
|
||||
float vvtSyncGapRatio;;"", 1, 0, -10000, 10000, 3
|
||||
float vvtCurrentPosition;;"", 1, 0, -10000, 10000, 3
|
||||
float triggerSyncGapRatio;@@GAUGE_NAME_TRG_GAP@@;"", 1, 0, -10000, 10000, 3
|
||||
float triggerActualSyncGapRatio;trigger: unused field?
|
||||
|
||||
uint8_t triggerStateIndex
|
||||
|
|
Loading…
Reference in New Issue