takeoff to cruise control test

This commit is contained in:
cs-powell
2024-10-01 07:59:48 -04:00
parent baedfb0ff1
commit d7a2adb687

View File

@@ -108,7 +108,7 @@ public class Main
float[] valueHDG = xpc.getDREF(drefHDG); float[] valueHDG = xpc.getDREF(drefHDG);
float[] valueHDGBug = xpc.getDREF(drefHDGBug); float[] valueHDGBug = xpc.getDREF(drefHDGBug);
float[] valueAltitude = xpc.getDREF(drefAltitude); float[] valueAltitude = xpc.getDREF(drefAltitude);
float bugged = 170; float bugged = 50;
float rwyHDG = valueHDGBug[0]; float rwyHDG = valueHDGBug[0];
// float[] value2 = xpc.getDREF(dref2); // float[] value2 = xpc.getDREF(dref2);
// System.out.println(String.valueOf(value[0])); // System.out.println(String.valueOf(value[0]));