@@ -64,7 +64,7 @@ struct stft_s {
6464 scaled_channel < uint8_t , 10 , 1 > deadband ;
6565 /**
6666 * Below this temperature, correction is disabled.
67- * units: C
67+ * units: SPECIAL_CASE_TEMPERATURE
6868 * offset 7
6969 */
7070 int8_t minClt ;
@@ -3920,7 +3920,7 @@ struct engine_configuration_s {
39203920 */
39213921 float injectorCorrectionPolynomial [8 ] = {};
39223922 /**
3923- * units: C
3923+ * units: SPECIAL_CASE_TEMPERATURE
39243924 * offset 1932
39253925 */
39263926 scaled_channel < int8_t , 1 , 5 > primeBins [PRIME_CURVE_COUNT ] = {};
@@ -3995,7 +3995,7 @@ struct engine_configuration_s {
39953995 int16_t coastingFuelCutTps ;
39963996 /**
39973997 * Fuel cutoff is disabled when the engine is cold.
3998- * units: C
3998+ * units: SPECIAL_CASE_TEMPERATURE
39993999 * offset 1984
40004000 */
40014001 int16_t coastingFuelCutClt ;
@@ -4523,7 +4523,7 @@ struct engine_configuration_s {
45234523 */
45244524 vin_number_t vinNumber ;
45254525 /**
4526- * units: C
4526+ * units: SPECIAL_CASE_TEMPERATURE
45274527 * offset 3181
45284528 */
45294529 int8_t torqueReductionActivationTemperature ;
@@ -4557,12 +4557,12 @@ struct engine_configuration_s {
45574557 */
45584558 int16_t ALSMaxDuration ;
45594559 /**
4560- * units: C
4560+ * units: SPECIAL_CASE_TEMPERATURE
45614561 * offset 3206
45624562 */
45634563 int8_t ALSMinCLT ;
45644564 /**
4565- * units: C
4565+ * units: SPECIAL_CASE_TEMPERATURE
45664566 * offset 3207
45674567 */
45684568 int8_t ALSMaxCLT ;
@@ -5548,7 +5548,7 @@ struct persistent_config_s {
55485548 */
55495549 uint16_t postCrankingDurationBins [CRANKING_ENRICH_COUNT ] = {};
55505550 /**
5551- * units: C
5551+ * units: SPECIAL_CASE_TEMPERATURE
55525552 * offset 4164
55535553 */
55545554 int16_t postCrankingCLTBins [CRANKING_ENRICH_CLT_COUNT ] = {};
@@ -5605,7 +5605,7 @@ struct persistent_config_s {
56055605 scaled_channel < uint16_t , 100 , 1 > sparkDwellValues [DWELL_CURVE_SIZE ] = {};
56065606 /**
56075607 * CLT-based target RPM for automatic idle controller
5608- * units: C
5608+ * units: SPECIAL_CASE_TEMPERATURE
56095609 * offset 4376
56105610 */
56115611 scaled_channel < int8_t , 1 , 2 > cltIdleRpmBins [CLT_CURVE_SIZE ] = {};
@@ -5622,7 +5622,7 @@ struct persistent_config_s {
56225622 scaled_channel < int16_t , 10 , 1 > ignitionCltCorrTable [CLT_TIMING_CURVE_SIZE ][CLT_TIMING_CURVE_SIZE ] = {};
56235623 /**
56245624 * CLT-based timing correction
5625- * units: C
5625+ * units: SPECIAL_CASE_TEMPERATURE
56265626 * offset 4458
56275627 */
56285628 scaled_channel < int8_t , 1 , 5 > ignitionCltCorrTempBins [CLT_TIMING_CURVE_SIZE ] = {};
@@ -5779,7 +5779,7 @@ struct persistent_config_s {
57795779 scaled_channel < uint8_t , 1 , 100 > pedalToTpsRpmBins [PEDAL_TO_TPS_RPM_SIZE ] = {};
57805780 /**
57815781 * CLT-based cranking position % for simple manual idle controller
5782- * units: C
5782+ * units: SPECIAL_CASE_TEMPERATURE
57835783 * offset 5436
57845784 */
57855785 float cltCrankingCorrBins [CLT_CRANKING_CURVE_SIZE ] = {};
@@ -5790,7 +5790,7 @@ struct persistent_config_s {
57905790 */
57915791 float cltCrankingCorr [CLT_CRANKING_CURVE_SIZE ] = {};
57925792 /**
5793- * units: C
5793+ * units: SPECIAL_CASE_TEMPERATURE
57945794 * offset 5500
57955795 */
57965796 float afterCrankingIACtaperDurationBins [CLT_CRANKING_TAPER_CURVE_SIZE ] = {};
@@ -5833,7 +5833,7 @@ struct persistent_config_s {
58335833 */
58345834 lua_script_t luaScript ;
58355835 /**
5836- * units: C
5836+ * units: SPECIAL_CASE_TEMPERATURE
58375837 * offset 13616
58385838 */
58395839 float cltFuelCorrBins [CLT_FUEL_CURVE_SIZE ] = {};
@@ -5843,7 +5843,7 @@ struct persistent_config_s {
58435843 */
58445844 float cltFuelCorr [CLT_FUEL_CURVE_SIZE ] = {};
58455845 /**
5846- * units: C
5846+ * units: SPECIAL_CASE_TEMPERATURE
58475847 * offset 13744
58485848 */
58495849 float iatFuelCorrBins [IAT_CURVE_SIZE ] = {};
@@ -5858,7 +5858,7 @@ struct persistent_config_s {
58585858 */
58595859 float crankingFuelCoef [CRANKING_CURVE_SIZE ] = {};
58605860 /**
5861- * units: C
5861+ * units: SPECIAL_CASE_TEMPERATURE
58625862 * offset 13904
58635863 */
58645864 float crankingFuelBins [CRANKING_CURVE_SIZE ] = {};
@@ -5868,7 +5868,7 @@ struct persistent_config_s {
58685868 */
58695869 float crankingCycleBins [CRANKING_CURVE_SIZE ] = {};
58705870 /**
5871- * units: C
5871+ * units: SPECIAL_CASE_TEMPERATURE
58725872 * offset 13968
58735873 */
58745874 int16_t crankingCycleFuelCltBins [CRANKING_CYCLE_CLT_SIZE ] = {};
@@ -5882,7 +5882,7 @@ struct persistent_config_s {
58825882 float crankingCycleBaseFuel [CRANKING_CYCLE_CLT_SIZE ][CRANKING_CURVE_SIZE ] = {};
58835883 /**
58845884 * CLT-based idle position for simple manual idle controller
5885- * units: C
5885+ * units: SPECIAL_CASE_TEMPERATURE
58865886 * offset 14104
58875887 */
58885888 float cltIdleCorrBins [CLT_IDLE_TABLE_CLT_SIZE ] = {};
@@ -5928,7 +5928,7 @@ struct persistent_config_s {
59285928 */
59295929 scaled_channel < int16_t , 10 , 1 > ignitionIatCorrTable [IAT_IGN_CORR_LOAD_COUNT ][IAT_IGN_CORR_COUNT ] = {};
59305930 /**
5931- * units: C
5931+ * units: SPECIAL_CASE_TEMPERATURE
59325932 * offset 14604
59335933 */
59345934 int8_t ignitionIatCorrTempBins [IAT_IGN_CORR_COUNT ] = {};
@@ -6558,7 +6558,7 @@ struct persistent_config_s {
65586558 */
65596559 scaled_channel < uint8_t , 50 , 1 > tpsTspCorrValues [TPS_TPS_ACCEL_CLT_CORR_TABLE ] = {};
65606560 /**
6561- * units: C
6561+ * units: SPECIAL_CASE_TEMPERATURE
65626562 * offset 22776
65636563 */
65646564 scaled_channel < int8_t , 1 , 5 > cltRevLimitRpmBins [CLT_LIMITER_CURVE_SIZE ] = {};
0 commit comments