[Firebug-cvs] firebug/web gps.html,1.10,1.11
Brought to you by:
doolin
From: <do...@us...> - 2003-11-12 02:05:40
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv28863 Modified Files: gps.html Log Message: Added more info on gps gga format to web page. Index: gps.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/gps.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gps.html 16 Sep 2003 20:48:45 -0000 1.10 --- gps.html 12 Nov 2003 02:05:37 -0000 1.11 *************** *** 1,3 **** --- 1,4 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html xmlns="http://www.w3.org/1999/xhtml"> <head name="author" content="Carmel Majidi, UC Berkeley" /="" type="text/css" rel="stylesheet" href="firebug.css"> *************** *** 94,98 **** <h2><a href="gps_tests.htm">Receiver Characterization</a></h2> ! <hr /=""> <h2>Useful Links</h2> --- 95,143 ---- <h2><a href="gps_tests.htm">Receiver Characterization</a></h2> ! ! ! <h2>Global Positioning System Fix Data (GGA)</h2> ! ! ! <pre> ! $GPGGA,[1],[2],[3],[4],[5],[6],[7],[8],[9],M,[11],[12],[13][CR][LF] ! ! ! ! 1) UTC time of position fix, hhmmss.sss format ! ! 2) Latitude, ddmm.mmmm format. ! ! 3) Latitude hemisphere, N or S. ! ! 4) Longitude, dddmm.mmmm format. ! ! 5) Longitude hemisphere, E or W. ! ! 6) Position Fix Indicator, ! ! 0 = fix not available, or invalid. ! 1 = GPS SPS Mode, fix valid. ! 2 = Differential GPS, SPS Mode, fix valid. ! 3 = GPS PPS Mode, fix valid. ! ! 7) Number of sate1lites in use, 00 to 12. ! ! 8) Horizontal Dilution of Precision, 0.5 to 99.9. ! ! 9) MSL Altitude, -9999.9 to 99999.9 meters. ! ! 10) Geoidal height, -999.9 to 9999.9 meters. ! ! 11) Differential GPS (RTCM SC-104) data age, number of seconds since last valid RTCM transmission (nu1l if non-DGPS). ! ! 12) Differential Reference Station ID, 0000 to 1023. (null if non-DGPS) ! ! 13) Checksum. ! </pre> ! ! ! ! <hr /> <h2>Useful Links</h2> *************** *** 103,107 **** -- interactive USGS topo map of the entire U.S.A.</p> ! <hr /=""> <p> Last updated: $Date$ by $Author$. </p> --- 148,152 ---- -- interactive USGS topo map of the entire U.S.A.</p> ! <hr /> <p> Last updated: $Date$ by $Author$. </p> |