- Timestamp:
- Dec 17, 2020, 4:08:53 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r9317 r9320 340 340 // 341 341 //////////////////////////////////////////////////////////////////////////// 342 bool bncEphUser::newCorrectedGpsEphSet( t_eph* eph) {342 bool bncEphUser::newCorrectedGpsEphSet(const t_eph* eph) { 343 343 344 344 bool correctedGpsEphSet = false; -
trunk/BNC/src/bncephuser.h
r9317 r9320 75 75 private: 76 76 void checkEphemeris(t_eph* eph, bool realTime); 77 bool newCorrectedGpsEphSet( t_eph* eph);77 bool newCorrectedGpsEphSet(const t_eph* eph); 78 78 QMutex _mutex; 79 79 static const unsigned _maxQueueSize = 6;
Note:
See TracChangeset
for help on using the changeset viewer.