- Timestamp:
- Nov 4, 2020, 4:48:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bnccore.cpp
r9218 r9220 202 202 t_irc ircPut = _ephUser.putNewEph(eph, true); 203 203 if (eph->checkState() == t_eph::bad) { 204 messagePrivate(QString("%1 WRONG EPHEMERIS: %2") 204 messagePrivate(QString("%1: WRONG EPHEMERIS: %2") 205 205 .arg(eph->receptStaID()) 206 206 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toAscii()); … … 208 208 } 209 209 else if (eph->checkState() == t_eph::outdated) { 210 messagePrivate(QString("%1 OUTDATED EPHEMERIS: %2") 210 messagePrivate(QString("%1: OUTDATED EPHEMERIS: %2") 211 211 .arg(eph->receptStaID()) 212 212 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toAscii());
Note:
See TracChangeset
for help on using the changeset viewer.