]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_cockpit.h
Improve timing statistics
[flightgear.git] / src / FDM / LaRCsim / ls_cockpit.h
index 0661e3e0e129b68ad09bd85d92bffaa47a3ffdfb..6fd87909dbd96e92519c09300f604ded4a92df7d 100644 (file)
 
 $Header$
 $Log$
+Revision 1.1  2002/09/10 01:14:01  curt
+Initial revision
+
+Revision 1.3  2000/06/12 18:52:37  curt
+Added differential braking (Alex and David).
+
 Revision 1.2  1999/10/29 16:08:32  curt
 Added flaps support to c172 model.
 
@@ -92,7 +98,7 @@ typedef struct {
     short   left_pb_on_stick, right_pb_on_stick, trig_pos_1, trig_pos_2;
     short   sb_extend, sb_retract, gear_sel_up;
     float   throttle_pct;
-    float   brake_pct;
+    float   brake_pct[2];
 } COCKPIT;
 
 extern COCKPIT cockpit_;