Changeset 6096 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Sep 7, 2014, 7:36:56 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/pppClient.cpp

    r6093 r6096  
    175175      int channel = 0;
    176176      if (satData->system() == 'R') {
    177 //        cerr << "not yet implemented" << endl;
    178 //        exit(0);
     177        if (_eph.contains(satData->prn)) {
     178          t_eph* eLast =_eph.value(satData->prn)->last;
     179          channel = eLast->slotNum();
     180        }
     181        else {
     182          delete satData;
     183          return;
     184        }
    179185      }
    180186
Note: See TracChangeset for help on using the changeset viewer.