Autopilot-CVS: downlink/ground/src gui.fl,1.17,1.18
Status: Alpha
Brought to you by:
tramm
|
From: Dennis D'A. <den...@us...> - 2003-02-27 01:24:46
|
Update of /cvsroot/autopilot/downlink/ground/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7226
Modified Files:
gui.fl
Log Message:
Added lat and long and alt fields to state tab
Index: gui.fl
===================================================================
RCS file: /cvsroot/autopilot/downlink/ground/src/gui.fl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gui.fl 7 Feb 2003 04:34:12 -0000 1.17
+++ gui.fl 27 Feb 2003 01:24:40 -0000 1.18
@@ -14,7 +14,7 @@
xywh {10 10 375 290}
} {
Fl_Group {} {
- label Attitude open
+ label Attitude open selected
xywh {10 35 375 265}
} {
Fl_Box horizon {
@@ -227,6 +227,18 @@
label Trace
xywh {90 205 75 25}
}
+ Fl_Value_Output latitude {
+ label {Lat:}
+ xywh {90 230 95 25} step 1e-06
+ }
+ Fl_Value_Output longitude {
+ label {Long:}
+ xywh {240 230 90 25} step 1e-06
+ }
+ Fl_Value_Output altitude_llh {
+ label Alt
+ xywh {90 255 75 25}
+ }
}
Fl_Group {} {
label PPM open
@@ -266,7 +278,7 @@
}
}
Fl_Group joystickTab {
- label Joystick open selected
+ label Joystick open
xywh {10 35 375 265} hide
code0 {\#include "Joystick.h"}
} {
|