Changeset 9772 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 23, 2022, 2:57:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r9770 r9772 201 201 QMutexLocker locker(&_mutex); 202 202 t_irc ircPut = _ephUser.putNewEph(eph, true); 203 203 #ifdef BNC_DEBUG_BCEP 204 204 if (eph->checkState() == t_eph::unhealthy) { 205 205 messagePrivate(QString("%1: UNHEALTHY %2:%3") … … 208 208 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1()); 209 209 } 210 #ifdef BNC_DEBUG_BCEP211 210 if (eph->checkState() == t_eph::bad) { 212 211 messagePrivate(QString("%1: WRONG %2:%3") … … 215 214 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1()); 216 215 } 217 elseif (eph->checkState() == t_eph::outdated) {216 if (eph->checkState() == t_eph::outdated) { 218 217 messagePrivate(QString("%1: OUTDATED %2:%3") 219 218 .arg(eph->receptStaID())
Note:
See TracChangeset
for help on using the changeset viewer.