Changeset 5565 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Nov 23, 2013, 6:08:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5564 r5565 716 716 " %8.3f %8.3f %8.3f %8.3f" 717 717 " %10.5f %10.5f %10.5f %10.5f" 718 " %10.5f %10.5f %10.5f %10.5f" 719 " %5d %2d %2d INTERNAL", 718 " %10.5f %5d %2d %2d INTERNAL", 720 719 messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(), 721 720 corr->prn.toAscii().data(), … … 730 729 corr->dotRao[2], 731 730 corr->dotDotDClk * t_CST::c, 732 corr->dotDotRao[0],733 corr->dotDotRao[1],734 corr->dotDotRao[2],735 731 SSRProviderID, SSRSolutionID, SSRIOD); 736 732 corrLines << line; … … 1137 1133 clkCorr->rao = orbitCorr->rao; 1138 1134 clkCorr->dotRao = orbitCorr->dotRao; 1139 clkCorr->dotDotRao = orbitCorr->dotDotRao;1140 1135 1141 1136 return success;
Note:
See TracChangeset
for help on using the changeset viewer.