Changeset 10330 in ntrip for trunk/BNC/src/bncephuser.cpp
- Timestamp:
- Feb 13, 2024, 11:51:53 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r9930 r10330 194 194 // -------------------------------------------------------- 195 195 if (realTime) { 196 if (outDatedBcep(eph)) { 196 QDateTime now = currentDateAndTimeGPS(); 197 bncTime currentTime(now.toString(Qt::ISODate).toStdString()); 198 if (outDatedBcep(eph, currentTime)) { 197 199 eph->setCheckState(t_eph::outdated); 198 200 return;
Note:
See TracChangeset
for help on using the changeset viewer.