Changeset 9927 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 30, 2022, 12:40:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r9926 r9927 185 185 // 186 186 //////////////////////////////////////////////////////////////////////////// 187 void bncEphUser::checkEphemeris(t_eph* eph, bool realTime) { 187 void bncEphUser::checkEphemeris(t_eph* eph, bool realTime) {cout << "\ncheckEphemeris "; 188 188 189 189 if (!eph) { 190 return; 191 } 192 cout << "\n" <<eph->prn().toString().c_str() << " ";190 return; cout << "no eph "; 191 } 192 cout << eph->prn().toString().c_str() << " "; 193 193 194 194 // Check whether the epoch is too far away the current time
Note:
See TracChangeset
for help on using the changeset viewer.