Changeset 5826 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Aug 6, 2014, 1:39:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5819 r5826  
    3030// Process Single Epoch
    3131////////////////////////////////////////////////////////////////////////////
    32 t_irc t_pppFilter::processEpoch(t_frqObsPool* obsPool) {
     32t_irc t_pppFilter::processEpoch(t_pppObsPool* obsPool) {
    3333
    3434  _numSat     = 0;
     
    4040  // Vector of all Observations
    4141  // --------------------------
    42   t_frqObsPool::t_epoch* epoch = obsPool->lastEpoch();
     42  t_pppObsPool::t_epoch* epoch = obsPool->lastEpoch();
    4343  if (!epoch) {
    4444    return failure;
Note: See TracChangeset for help on using the changeset viewer.