Changeset 6453 in ntrip


Ignore:
Timestamp:
Dec 26, 2014, 6:41:02 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6452 r6453  
    3939  ostringstream str;
    4040  str.setf(ios::showpoint | ios::fixed);
    41   str << "C " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
     41  str << "C " << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
    4242      << _prn.toString() << ' ' << setw(3) << _iod << ' '
    4343      << setw(10) << setprecision(4) << _dClk       * t_CST::c << ' '
     
    7777  ostringstream str;
    7878  str.setf(ios::showpoint | ios::fixed);
    79   str << "O " << _staID << ' ' << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
     79  str << "O " << _time.gpsw() << ' ' << setprecision(2) << _time.gpssec() << ' '
    8080      << _prn.toString() << ' ' << setw(3) << _iod << ' '
    8181      << setw(10) << setprecision(4) << _xr[0]     << ' '
Note: See TracChangeset for help on using the changeset viewer.