Changeset 5778 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 4, 2014, 1:42:28 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5777 r5778  
    167167  }
    168168
    169   vector<t_pppSatObs> satObs;
    170   t_output            output;
     169  vector<t_pppSatObs*> satObs;
     170  QListIterator<t_obs> it(obsList);
     171  while (it.hasNext()) {
     172    const t_obs& obs = it.next();
     173  }
    171174
     175  t_output output;
    172176  _pppClient->processEpoch(satObs, &output);
    173177
Note: See TracChangeset for help on using the changeset viewer.