Changeset 9219 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 4, 2020, 4:47:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r9217 r9219 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)).toLatin1()); … … 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)).toLatin1());
Note:
See TracChangeset
for help on using the changeset viewer.