Changeset 553 in ntrip
- Timestamp:
- Oct 28, 2007, 10:34:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r552 r553 383 383 _out << datTim.toString(" yyyy MM dd" 384 384 " hh mm ss.zzz0000").toAscii().data(); 385 _out << " 385 _out << " GPS TIME OF FIRST OBS" << endl; 386 386 QString hlp = (_format + QString(" %1").arg(_mountPoint.host() + 387 387 _mountPoint.path())).leftJustified(60, ' ', true); … … 441 441 _out << datTim.toString(" yyyy MM dd" 442 442 " hh mm ss.zzz0000").toAscii().data(); 443 _out << " " << "TIME OF FIRST OBS" << endl;443 _out << " GPS TIME OF FIRST OBS" << endl; 444 444 QString hlp = (_format + QString(" %1").arg(_mountPoint.host() + 445 445 _mountPoint.path())).leftJustified(60, ' ', true);
Note:
See TracChangeset
for help on using the changeset viewer.