Changeset 2988 in ntrip for trunk/BNC/combination
- Timestamp:
- Feb 8, 2011, 5:08:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r2987 r2988 23 23 #include "bncsettings.h" 24 24 #include "bncmodel.h" 25 #include "bncutils.h" 25 26 26 27 using namespace std; … … 344 345 prevEph->position(newCorr->tt.gpsw(), newCorr->tt.gpssec(), 345 346 oldXC.data(), oldVV.data()); 347 346 348 ColumnVector newXC(4); 347 349 ColumnVector newVV(3); 348 350 lastEph->position(newCorr->tt.gpsw(), newCorr->tt.gpssec(), 349 351 newXC.data(), newVV.data()); 352 353 ColumnVector dX = newXC.Rows(1,3) - oldXC.Rows(1,3); 354 ColumnVector dRAO(3); 355 XYZ_to_RSW(newXC.Rows(1,3), newVV, dX, dRAO); 350 356 } 351 357
Note:
See TracChangeset
for help on using the changeset viewer.