logging of live data structs was: data points #3614
This commit is contained in:
parent
d98656b3f0
commit
635d9400e3
|
@ -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),
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue