Changeset 353 in ntrip


Ignore:
Timestamp:
Dec 16, 2006, 9:23:03 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r341 r353  
    436436  }
    437437
    438   _out << datTim.toString(" yy MM dd hh mm ss.zzz0000").toAscii().data()
     438  double sec = double(datTim.time().second()) + fmod(fObs->GPSWeeks,1.0);
     439  _out << datTim.toString(" yy MM dd hh mm ").toAscii().data()
     440       << setw(10) << setprecision(7) << sec
    439441       << "  " << 0 << setw(3)  << dumpList.size();
    440442
Note: See TracChangeset for help on using the changeset viewer.