Changeset 9926 in ntrip
- Timestamp:
- Nov 30, 2022, 12:30:47 PM (2 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r9924 r9926 196 196 if (realTime) { 197 197 if (outDatedBcep(eph)) { 198 eph->setCheckState(t_eph::outdated); cout << " Outdated ";198 eph->setCheckState(t_eph::outdated); 199 199 return; 200 200 } … … 204 204 // ------------------- 205 205 if (eph->isUnhealthy()) { 206 eph->setCheckState(t_eph::unhealthy); cout << " Unhealthy ";206 eph->setCheckState(t_eph::unhealthy); 207 207 return; 208 208 } -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9925 r9926 544 544 } 545 545 } 546 cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;546 if (eph) { cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;} 547 547 if (eph && 548 548 !outDatedBcep(eph) && // detected from storage because of no update
Note:
See TracChangeset
for help on using the changeset viewer.