Update of /cvsroot/gcblue/gcb_wx/scripts
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32556/scripts
Modified Files:
AirMissions.py
Log Message:
Interactive GUI icon for CAP station
Index: AirMissions.py
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/scripts/AirMissions.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AirMissions.py 23 Nov 2006 00:08:15 -0000 1.2
--- AirMissions.py 13 Dec 2006 02:10:58 -0000 1.3
***************
*** 62,67 ****
return
! patrol_range_km = TI.GetMemoryValue(10)
! patrol_az_rad = TI.GetMemoryValue(11)
anchor_id = TI.GetMemoryValue(12)
--- 62,67 ----
return
! patrol_range_km = GetMessageParam(BB, 'PatrolRange_km')
! patrol_az_rad = deg_to_rad * GetMessageParam(BB, 'PatrolAzimuth_deg') # rel to north
anchor_id = TI.GetMemoryValue(12)
|