Changeset 518 in ntrip


Ignore:
Timestamp:
Oct 18, 2007, 1:04:59 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r517 r518  
    176176    *_ephStream << QDate::currentDate().toString("yy-MM-dd ").toAscii().data();
    177177    *_ephStream << QTime::currentTime().toString("hh:mm:ss ").toAscii().data();
    178     _ephFile->flush();
     178    _ephStream->flush();
    179179  }
    180180}
     
    185185  if (_ephStream) {
    186186    *_ephStream << "GPS: "  << ep->satellite << endl;
    187     _ephFile->flush();
     187    _ephStream->flush();
    188188  }
    189189}
     
    194194  if (_ephStream) {
    195195    *_ephStream << "GLONASS: "  << ep->almanac_number << endl;
    196     _ephFile->flush();
     196    _ephStream->flush();
    197197  }
    198198}
Note: See TracChangeset for help on using the changeset viewer.