Changeset 9220 in ntrip for branches/BNC_2.12/src/bnccore.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnccore.cpp

    r9218 r9220  
    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)).toAscii());
     
    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)).toAscii());
Note: See TracChangeset for help on using the changeset viewer.