Changeset 5576 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Nov 25, 2013, 5:47:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5565 r5576 709 709 int messageType = COTYPE_GPSCOMBINED; 710 710 int updateInt = 0; 711 int SSRProviderID = 0;712 int SSRSolutionID = 0;713 int SSRIOD = 0;714 711 line.sprintf("%d %d %d %.1f %s" 715 712 " %3d" 716 713 " %8.3f %8.3f %8.3f %8.3f" 717 714 " %10.5f %10.5f %10.5f %10.5f" 718 " %10.5f %5d %2d %2dINTERNAL",715 " %10.5f INTERNAL", 719 716 messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(), 720 717 corr->prn.toAscii().data(), … … 728 725 corr->dotRao[1], 729 726 corr->dotRao[2], 730 corr->dotDotDClk * t_CST::c, 731 SSRProviderID, SSRSolutionID, SSRIOD); 727 corr->dotDotDClk * t_CST::c); 732 728 corrLines << line; 733 729
Note:
See TracChangeset
for help on using the changeset viewer.