Changeset 12429 in josm for trunk/src/org
- Timestamp:
- 2017-06-24T18:52:54+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/nmea/Sentence.java
r12427 r12429 15 15 16 16 /** 17 * GBS - GPS Satellite Fault Detection <p>17 * GBS - GPS Satellite Fault Detection 18 18 * <pre> 19 19 * 1 2 3 4 5 6 7 8 9 … … 37 37 38 38 /** 39 * GGA - Global Positioning System Fix Data <p>39 * GGA - Global Positioning System Fix Data 40 40 * <pre> 41 41 * 11 … … 77 77 78 78 /** 79 * GSA - GPS DOP and active satellites <p>79 * GSA - GPS DOP and active satellites 80 80 * <pre> 81 81 * 1 2 3 14 15 16 17 18 … … 108 108 109 109 /** 110 * GSV - Satellites in view <p>110 * GSV - Satellites in view 111 111 * <pre> 112 112 * 1 2 3 4 5 6 7 n … … 128 128 129 129 /** 130 * GLL - Geographic Position - Latitude/Longitude <p>130 * GLL - Geographic Position - Latitude/Longitude 131 131 * <pre> 132 132 * 1 2 3 4 5 6 7 8 … … 149 149 150 150 /** 151 * RMC - Recommended Minimum Navigation Information <p>151 * RMC - Recommended Minimum Navigation Information 152 152 * <pre> 153 153 * 12 … … 176 176 177 177 /** 178 * VTG - Track made good and Ground speed <p>178 * VTG - Track made good and Ground speed 179 179 * <pre> 180 180 * 1 2 3 4 5 6 7 8 9 10 … … 199 199 200 200 /** 201 * ZDA - Time & Date - UTC, day, month, year and local time zone <p>201 * ZDA - Time & Date - UTC, day, month, year and local time zone 202 202 * <pre> 203 203 * 1 2 3 4 5 6 7
Note:
See TracChangeset
for help on using the changeset viewer.