mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
- Introduced `TuneDataSnapshot` for managing and synchronizing tuning data. - Added `TuneDifferenceAnalyzer` to analyze differences between tuning parameters. - Created `TuneValidatorRegistry` for managing validation rules. - Implemented `TurboBaudHandler` to handle turbo baud rate changes. - Added `WorkingCanIdFunction` for retrieving working CAN ID values.
34 lines
637 B
Java
34 lines
637 B
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
import java.util.ArrayList;
|
|
|
|
public class ProtocolGroupList extends ArrayList implements Serializable {
|
|
private boolean b = false;
|
|
|
|
private String c = null;
|
|
|
|
public G(F paramF) {}
|
|
|
|
public boolean a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.b = paramBoolean;
|
|
}
|
|
|
|
public String b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/G.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |