can-log-tools/reader/src/main/java/com/rusefi/sensor_logs/Fields.java

8 lines
269 B
Java
Raw Normal View History

2022-06-21 23:05:04 -07:00
package com.rusefi.sensor_logs;
public class Fields {
public static final int MLQ_FIELD_HEADER_NAME_OR_CATEGORY = 34;
public static final int MLQ_FIELD_HEADER_SIZE = (55 + MLQ_FIELD_HEADER_NAME_OR_CATEGORY);
public static final int MLQ_HEADER_SIZE = 24;
2022-06-21 23:05:04 -07:00
}