Changeset 6011 in ntrip


Ignore:
Timestamp:
Aug 18, 2014, 11:42:53 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r6009 r6011  
    8989  // -----------------
    9090  _epoTime = epoch->epoTime();
    91  
     91
     92  if (!_firstEpoTime.valid()) {
     93    _firstEpoTime = _epoTime;
     94  }
     95
    9296  // Set Parameters
    9397  // --------------
  • trunk/BNC/src/PPP/pppFilter.h

    r6008 r6011  
    7171  int             _numSat;
    7272  t_dop           _dop;
     73  bncTime         _firstEpoTime;
    7374};
    7475
Note: See TracChangeset for help on using the changeset viewer.