Changeset 10330 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Feb 13, 2024, 11:51:53 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r10227 r10330 543 543 } 544 544 545 QDateTime now = currentDateAndTimeGPS(); 546 bncTime currentTime(now.toString(Qt::ISODate).toStdString()); 545 547 if (eph && 546 !outDatedBcep(eph )&& // detected from storage because of no update548 !outDatedBcep(eph, currentTime) && // detected from storage because of no update 547 549 eph->checkState() != t_eph::bad && 548 550 eph->checkState() != t_eph::unhealthy &&
Note:
See TracChangeset
for help on using the changeset viewer.