Changeset 6458 in ntrip for trunk


Ignore:
Timestamp:
Dec 27, 2014, 4:18:02 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6457 r6458  
    3232    if (!epoTime.valid()) {
    3333      epoTime = corr._time;
    34       *out << "> CLOCK " << string(epoTime) << ' ' << setw(3) << corrList.size() << ' '
    35            << corr._staID << endl;
     34      *out << "> CLOCK " << epoTime.datestr(' ') << ' ' << epoTime.timestr(1,' ') << ' '
     35           << corrList.size() << ' ' << corr._staID << endl;
    3636    }
    3737    *out << corr._prn.toString() << ' ' << setw(3) << corr._iod << ' '
Note: See TracChangeset for help on using the changeset viewer.