Changeset 4340 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jun 24, 2012, 12:14:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4339 r4340 264 264 double xSat, ySat, zSat, clkSat; 265 265 eph->position(obs.GPSWeek, obs.GPSWeeks, xSat, ySat, zSat, clkSat); 266 } 267 } 266 267 //// beg test 268 double xRec = -3947762.7496; 269 double yRec = 3364399.8789; 270 double zRec = 3699428.5111; 271 //// end test 272 273 double rho, eleSat, azSat; 274 topos(xRec, yRec, zRec, xSat, ySat, zSat, rho, eleSat, azSat); 275 } 276 }
Note:
See TracChangeset
for help on using the changeset viewer.