Changeset 7058 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Jul 16, 2015, 10:05:17 AM (9 years ago)
Author:
stuerze
Message:

some format changes to support IODs computed from CRC over broadcasted ephemris and clock parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r7014 r7058  
    3535           << corrList.size() << ' ' << corr._staID << endl;
    3636    }
    37     *out << corr._prn.toString() << ' ' << setw(3) << corr._iod << ' '
     37    *out << corr._prn.toString() << ' ' << setw(11) << corr._iod << ' '
    3838         << setw(10) << setprecision(4) << corr._dClk       * t_CST::c << ' '
    3939         << setw(10) << setprecision(4) << corr._dotDClk    * t_CST::c << ' '
     
    102102           << corrList.size() << ' ' << corr._staID << endl;
    103103    }
    104     *out << corr._prn.toString() << ' ' << setw(3) << corr._iod << ' '
     104    *out << corr._prn.toString() << ' ' << setw(11) << corr._iod << ' '
    105105         << setw(10) << setprecision(4) << corr._xr[0]     << ' '
    106106         << setw(10) << setprecision(4) << corr._xr[1]     << ' '
Note: See TracChangeset for help on using the changeset viewer.