rusefillc 2025-04-14 12:02:46 -04:00
parent f70c4c4e1e
commit 4b0d3aa89d
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ public class DbcFile {
public final LinkedHashMap<Integer, DbcPacket> packets = new LinkedHashMap<>();
public static final boolean debugEnabled = false;
/**
* problem: looks like some DBC files which were created by AndreyB manually were invalid
* this flag is technical debt of conversion from bad DBC into legit DBC
*/
public static boolean applyOrderForStartOffset = true;
private List<BinaryLogEntry> list;