Changeset 5526 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 6, 2013, 2:13:50 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5524 r5526  
    199199      ostringstream oStr;
    200200      oStr.setf(ios::showpoint | ios::fixed);
    201       oStr << obs.StatID                                        << " "
    202            << obs.GPSWeek                                       << " "
    203            << setprecision(7) << obs.GPSWeeks                  << " "
     201      oStr << obs.StatID                                  << " "
     202           << setw(4)  << obs.GPSWeek                     << " "
     203           << setw(14) << setprecision(7) << obs.GPSWeeks << " "
    204204           << bncRinex::asciiSatLine(obs) << endl;
    205205   
Note: See TracChangeset for help on using the changeset viewer.