Ignore:
Timestamp:
Nov 23, 2013, 5:47:44 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r5338 r5564  
    707707
    708708    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;
    711714    line.sprintf("%d %d %d %.1f %s"
    712715                 "   %3d"
    713716                 "   %8.3f %8.3f %8.3f %8.3f"
    714717                 "   %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",
    716720                 messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(),
    717721                 corr->prn.toAscii().data(),
     
    728732                 corr->dotDotRao[0],
    729733                 corr->dotDotRao[1],
    730                  corr->dotDotRao[2]);
     734                 corr->dotDotRao[2],
     735                 SSRProviderID, SSRSolutionID, SSRIOD);
    731736    corrLines << line;
    732737
Note: See TracChangeset for help on using the changeset viewer.