Changeset 9379 in ntrip
- Timestamp:
- Mar 17, 2021, 12:15:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r9219 r9379 201 201 QMutexLocker locker(&_mutex); 202 202 t_irc ircPut = _ephUser.putNewEph(eph, true); 203 #ifdef BNC_DEBUG_BCEP 203 204 if (eph->checkState() == t_eph::bad) { 204 205 messagePrivate(QString("%1: WRONG EPHEMERIS: %2") … … 218 219 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1()); 219 220 } 220 221 #endif 221 222 printEphHeader(); 222 223 printEph(*eph, (ircPut == success));
Note:
See TracChangeset
for help on using the changeset viewer.