Changeset 7302 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Sep 24, 2015, 10:14:41 AM (9 years ago)
Author:
stuerze
Message:

minor changes to consider observation gaps

File:
1 edited

Legend:

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

    r7237 r7302  
    6969  };
    7070
    71   t_irc processSystem(const std::vector<t_lc::type>& LCs, 
     71  t_irc processSystem(const std::vector<t_lc::type>& LCs,
    7272                      const std::vector<t_pppSatObs*>& obsVector);
    7373
    74   t_irc detectCycleSlips(const std::vector<t_lc::type>& LCs, 
     74  t_irc detectCycleSlips(const std::vector<t_lc::type>& LCs,
    7575                         const std::vector<t_pppSatObs*>& obsVector);
    7676
     
    9191  t_dop           _dop;
    9292  bncTime         _firstEpoTime;
     93  bncTime         _lastEpoTimeOK;
    9394};
    9495
Note: See TracChangeset for help on using the changeset viewer.