Changeset 9926 in ntrip


Ignore:
Timestamp:
Nov 30, 2022, 12:30:47 PM (17 months ago)
Author:
stuerze
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9924 r9926  
    196196  if (realTime) {
    197197    if (outDatedBcep(eph)) {
    198       eph->setCheckState(t_eph::outdated); cout << " Outdated ";
     198      eph->setCheckState(t_eph::outdated);
    199199      return;
    200200    }
     
    204204  // -------------------
    205205  if (eph->isUnhealthy()) {
    206     eph->setCheckState(t_eph::unhealthy);cout << " Unhealthy ";
     206    eph->setCheckState(t_eph::unhealthy);
    207207    return;
    208208  }
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9925 r9926  
    544544      }
    545545    }
    546     cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;
     546    if (eph) {    cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;}
    547547    if (eph &&
    548548        !outDatedBcep(eph)                    &&  // detected from storage because of no update
Note: See TracChangeset for help on using the changeset viewer.