Changeset 6096 in ntrip
- Timestamp:
- Sep 7, 2014, 7:36:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/pppClient.cpp
r6093 r6096 175 175 int channel = 0; 176 176 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 } 179 185 } 180 186
Note:
See TracChangeset
for help on using the changeset viewer.