Changeset 9219 in ntrip for trunk


Ignore:
Timestamp:
Nov 4, 2020, 4:47:53 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.cpp

    r9217 r9219  
    202202  t_irc ircPut = _ephUser.putNewEph(eph, true);
    203203  if      (eph->checkState() == t_eph::bad) {
    204     messagePrivate(QString("%1 WRONG EPHEMERIS: %2")
     204    messagePrivate(QString("%1: WRONG EPHEMERIS: %2")
    205205                   .arg(eph->receptStaID())
    206206                   .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
     
    208208  }
    209209  else if (eph->checkState() == t_eph::outdated) {
    210     messagePrivate(QString("%1 OUTDATED EPHEMERIS: %2")
     210    messagePrivate(QString("%1: OUTDATED EPHEMERIS: %2")
    211211                   .arg(eph->receptStaID())
    212212                   .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
Note: See TracChangeset for help on using the changeset viewer.