Changeset 9926 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Nov 30, 2022, 12:30:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.