logging of live data structs was: data points #3614

This commit is contained in:
rusefillc 2022-04-16 15:49:44 -04:00
parent 6071260e40
commit e77e80eeb6
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import static com.rusefi.config.generated.Fields.*;
/**
* @author Andrey Belomutskiy
* 2/11/13
* @see Fields#TS_OUTPUT_SIZE
* @see GetOutputsCommand#OUTPUT_SIZE
*/
public enum Sensor {
/**
@ -157,6 +157,12 @@ public enum Sensor {
instantMAP("Instant " + GAUGE_NAME_MAP, SensorCategory.SENSOR_INPUTS, FieldType.UINT16, 514, 1.0 / PACK_MULT_PRESSURE, 20, 300, "kPa"),
baseDwell("", SensorCategory.SENSOR_INPUTS, FieldType.INT, 972, 1.0, -1.0, -1.0, ""),
dwellVoltageCorrection("", SensorCategory.SENSOR_INPUTS, FieldType.INT, 976, 1.0, -1.0, -1.0, ""),
etb_idlePosition("", SensorCategory.SENSOR_INPUTS, FieldType.INT, 980, 1.0, -1.0, -1.0, ""),
trim("", SensorCategory.SENSOR_INPUTS, FieldType.INT, 984, 1.0, -1.0, -1.0, ""),
luaAdjustment("", SensorCategory.SENSOR_INPUTS, FieldType.INT, 988, 1.0, -1.0, -1.0, ""),
// Synthetic (console only) channels
ETB_CONTROL_QUALITY("ETB metric", SensorCategory.SNIFFING, "", 100),
;