- Timestamp:
- Jan 24, 2011, 12:13:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r2860 r2873 1348 1348 if(dop[count] > -1.6384) 1349 1349 { 1350 gnss->measdata[num][cd.typeD] = (dop[count]1350 gnss->measdata[num][cd.typeD] = -(dop[count] 1351 1351 +rdop[numsat])/wl; 1352 1352 gnss->dataflags[num] |= (1<<cd.typeD); … … 1401 1401 if(dop[count] > -1.6384) 1402 1402 { 1403 gnss->measdata[num][cd.typeD] = (dop[count]1403 gnss->measdata[num][cd.typeD] = -(dop[count] 1404 1404 +rdop[numsat])/wl; 1405 1405 gnss->dataflags[num] |= (1<<cd.typeD);
Note:
See TracChangeset
for help on using the changeset viewer.