mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 21:55:12 +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.
26 lines
494 B
Java
26 lines
494 B
Java
package L;
|
|
|
|
import G.T;
|
|
import ax.S;
|
|
import ax.ac;
|
|
|
|
public class WorkingCanIdFunction extends ac {
|
|
public double a(S paramS) {
|
|
T t = T.a();
|
|
return (t.c() == null) ? -1.0D : t.c().O().P();
|
|
}
|
|
|
|
public double b(S paramS) {
|
|
return a(paramS);
|
|
}
|
|
|
|
public String toString() {
|
|
return "getWorkingCanId()";
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/ad.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |