mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
163 lines
4.5 KiB
Java
163 lines
4.5 KiB
Java
package I;
|
|
|
|
import G.GInterfaceAh;
|
|
import G.ManagerUsingArrayList;
|
|
import java.util.ArrayList;
|
|
|
|
public class IInterfaceAlpha {
|
|
public static String a = "yAxisForce";
|
|
|
|
public static String b = "xAxisForce";
|
|
|
|
public static String c = "zAxisForce";
|
|
|
|
public static String d = "accelForce";
|
|
|
|
public static String e = "lateralForce";
|
|
|
|
public static String f = "lateralAngle";
|
|
|
|
public static String g = "turnForce";
|
|
|
|
public static String h = "enhancedHeading";
|
|
|
|
public static void a() {
|
|
ManagerUsingArrayList.a().d(a);
|
|
ManagerUsingArrayList.a().d(a);
|
|
ManagerUsingArrayList.a().d(a);
|
|
ManagerUsingArrayList.a().d(d);
|
|
ManagerUsingArrayList.a().d(g);
|
|
ManagerUsingArrayList.a().d(e);
|
|
ManagerUsingArrayList.a().d(f);
|
|
ManagerUsingArrayList.a().d(h);
|
|
}
|
|
|
|
public static void a(ArrayList<GInterfaceAh> paramArrayList) {
|
|
GInterfaceAh GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(b + "Gauge");
|
|
GInterfaceAh.a(b);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.0D);
|
|
GInterfaceAh.e(1.5D);
|
|
GInterfaceAh.c(-1.0D);
|
|
GInterfaceAh.h(-1.5D);
|
|
GInterfaceAh.c("X Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(a + "Gauge");
|
|
GInterfaceAh.a(a);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.0D);
|
|
GInterfaceAh.e(1.5D);
|
|
GInterfaceAh.c(-1.0D);
|
|
GInterfaceAh.h(-1.5D);
|
|
GInterfaceAh.c("Y Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(c + "Gauge");
|
|
GInterfaceAh.a(c);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.0D);
|
|
GInterfaceAh.e(1.5D);
|
|
GInterfaceAh.c(-1.0D);
|
|
GInterfaceAh.h(-1.5D);
|
|
GInterfaceAh.c("Z Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(d + "Gauge");
|
|
GInterfaceAh.a(d);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.0D);
|
|
GInterfaceAh.e(1.5D);
|
|
GInterfaceAh.c(-1.0D);
|
|
GInterfaceAh.h(-1.5D);
|
|
GInterfaceAh.c("Accel Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(g + "Gauge");
|
|
GInterfaceAh.a(g);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.5D);
|
|
GInterfaceAh.e(2.0D);
|
|
GInterfaceAh.c(-1.5D);
|
|
GInterfaceAh.h(-2.0D);
|
|
GInterfaceAh.c("Turn Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(e + "Gauge");
|
|
GInterfaceAh.a(e);
|
|
GInterfaceAh.a(-2.0D);
|
|
GInterfaceAh.b(2.0D);
|
|
GInterfaceAh.d(1.75D);
|
|
GInterfaceAh.e(2.0D);
|
|
GInterfaceAh.c(-1.75D);
|
|
GInterfaceAh.h(-2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
GInterfaceAh.c("Lateral Force");
|
|
GInterfaceAh.b("g");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(f + "Gauge");
|
|
GInterfaceAh.a(f);
|
|
GInterfaceAh.a(0.0D);
|
|
GInterfaceAh.b(360.0D);
|
|
GInterfaceAh.d(1000.0D);
|
|
GInterfaceAh.e(1000.0D);
|
|
GInterfaceAh.c(-1.75D);
|
|
GInterfaceAh.h(-2.0D);
|
|
GInterfaceAh.c("Lateral Angle");
|
|
GInterfaceAh.b("°");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
GInterfaceAh = new GInterfaceAh();
|
|
GInterfaceAh.v(h + "Gauge");
|
|
GInterfaceAh.a(h);
|
|
GInterfaceAh.a(0.0D);
|
|
GInterfaceAh.b(360.0D);
|
|
GInterfaceAh.d(1000.0D);
|
|
GInterfaceAh.e(1000.0D);
|
|
GInterfaceAh.c(-1.75D);
|
|
GInterfaceAh.h(-2.0D);
|
|
GInterfaceAh.c("Heading Enhanced");
|
|
GInterfaceAh.b("°");
|
|
GInterfaceAh.g(1.0D);
|
|
GInterfaceAh.f(2.0D);
|
|
GInterfaceAh.d("Accelerometer");
|
|
paramArrayList.add(GInterfaceAh);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/I/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |