Changeset 8698 in ntrip for trunk


Ignore:
Timestamp:
Apr 25, 2019, 12:43:38 PM (5 years ago)
Author:
stuerze
Message:

NMEA string concluded with CRLF

File:
1 edited

Legend:

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

    r8689 r8698  
    593593  // ------------------------
    594594  _tt = _TOC;
    595   _xv.ReSize(6);
     595  _xv.ReSize(6); _xv = 0.0;
    596596  _xv(1) = _x_pos * 1.e3;
    597597  _xv(2) = _y_pos * 1.e3;
     
    613613  double dtPos = bncTime(GPSweek, GPSweeks) - _tt;
    614614
    615   if (fabs(dtPos) > 3600.0) {
     615  if (fabs(dtPos) > 24 * 3600.0) {
    616616    return failure;
    617617  }
Note: See TracChangeset for help on using the changeset viewer.