Changeset 5564 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Nov 23, 2013, 5:47:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r5338 r5564 707 707 708 708 QString line; 709 int messageType = COTYPE_GPSCOMBINED; 710 int updateInt = 0; 709 int messageType = COTYPE_GPSCOMBINED; 710 int updateInt = 0; 711 int SSRProviderID = 0; 712 int SSRSolutionID = 0; 713 int SSRIOD = 0; 711 714 line.sprintf("%d %d %d %.1f %s" 712 715 " %3d" 713 716 " %8.3f %8.3f %8.3f %8.3f" 714 717 " %10.5f %10.5f %10.5f %10.5f" 715 " %10.5f %10.5f %10.5f %10.5f INTERNAL", 718 " %10.5f %10.5f %10.5f %10.5f" 719 " %5d %2d %2d INTERNAL", 716 720 messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(), 717 721 corr->prn.toAscii().data(), … … 728 732 corr->dotDotRao[0], 729 733 corr->dotDotRao[1], 730 corr->dotDotRao[2]); 734 corr->dotDotRao[2], 735 SSRProviderID, SSRSolutionID, SSRIOD); 731 736 corrLines << line; 732 737
Note:
See TracChangeset
for help on using the changeset viewer.