- Timestamp:
- Oct 18, 2007, 1:04:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r517 r518 176 176 *_ephStream << QDate::currentDate().toString("yy-MM-dd ").toAscii().data(); 177 177 *_ephStream << QTime::currentTime().toString("hh:mm:ss ").toAscii().data(); 178 _eph File->flush();178 _ephStream->flush(); 179 179 } 180 180 } … … 185 185 if (_ephStream) { 186 186 *_ephStream << "GPS: " << ep->satellite << endl; 187 _eph File->flush();187 _ephStream->flush(); 188 188 } 189 189 } … … 194 194 if (_ephStream) { 195 195 *_ephStream << "GLONASS: " << ep->almanac_number << endl; 196 _eph File->flush();196 _ephStream->flush(); 197 197 } 198 198 }
Note:
See TracChangeset
for help on using the changeset viewer.