Changeset 5133 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Apr 18, 2013, 5:15:00 PM (12 years ago)
- Location:
- trunk/BNC/src/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/RTCM3/ephemeris.cpp ¶
r5119 r5133 375 375 // Set Glonass Ephemeris 376 376 //////////////////////////////////////////////////////////////////////////// 377 void t_ephGlo::set(const glonassephemeris* ee , bool& timeChanged) {377 void t_ephGlo::set(const glonassephemeris* ee) { 378 378 379 379 _receptDateTime = currentDateAndTimeGPS(); … … 387 387 // Check the day once more 388 388 // ----------------------- 389 timeChanged = false; 389 bool timeChanged = false; 390 390 { 391 391 const double secPerDay = 24 * 3600.0; -
TabularUnified trunk/BNC/src/RTCM3/ephemeris.h ¶
r4904 r5133 141 141 virtual int RTCM3(unsigned char *); 142 142 143 void set(const glonassephemeris* ee , bool& timeChanged);143 void set(const glonassephemeris* ee); 144 144 145 145 int slotNum() const {return int(_frequency_number);}
Note:
See TracChangeset
for help on using the changeset viewer.