- Timestamp:
- Nov 26, 2006, 10:58:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r336 r337 65 65 _statID = StatID; 66 66 _mountPoint = mountPoint; 67 _format = format ;67 _format = format.left(6); 68 68 _headerWritten = false; 69 69 … … 334 334 " hh mm ss.zzz0000").toAscii().data(); 335 335 _out << " TIME OF FIRST OBS" << endl; 336 QString hlp = QString("STREAM %1").arg(_mountPoint.host() + _mountPoint.path())337 336 QString hlp = (_format + QString(" %1").arg(_mountPoint.host() + 337 _mountPoint.path())).leftJustified(60, ' ', true); 338 338 _out << hlp.toAscii().data() << "COMMENT" << endl; 339 339 } … … 377 377 " hh mm ss.zzz0000").toAscii().data(); 378 378 _out << " " << "TIME OF FIRST OBS" << endl; 379 hlp = QString("STREAM %1").arg(_mountPoint.host() + _mountPoint.path())380 379 hlp = (_format + QString(" %1").arg(_mountPoint.host() + 380 _mountPoint.path())).leftJustified(60, ' ', true); 381 381 _out << hlp.toAscii().data() << "COMMENT" << endl; 382 382 _out << " END OF HEADER" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.