ByteRateOfChangeReports.filter

This commit is contained in:
rusefillc 2024-09-12 19:28:58 -04:00
parent 735ccbb04f
commit cd4ffd6729
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package com.rusefi.can;
import com.rusefi.can.analysis.ByteRateOfChangeReports;
import com.rusefi.can.reader.impl.ReadFullVagDbc;
import java.io.IOException;
@ -10,6 +11,11 @@ public class VagB6Sandbox {
String inputFolderName = "C:\\stuff\\rusefi_documentation\\OEM-Docs\\VAG\\2006-Passat-B6\\";
ByteRateOfChangeReports.filter = dbcField -> {
String name = dbcField.getName();
return name.startsWith("CHECKSUM_") || name.startsWith("COUNTER_");
};
Launcher.main(new String[]{inputFolderName,
Launcher.FILENAME_FILTER_PROPERTY,
"passat-back-and-forth-60-seconds",