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


Ignore:
Timestamp:
Aug 6, 2014, 3:25:28 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5835 r5836  
    276276      t_corr corr;
    277277      corr.readLine(line);
     278      if      (messageType == COTYPE_GPSCOMBINED || messageType == COTYPE_GLONASSCOMBINED ||
     279               messageType == COTYPE_GPSORBIT    || messageType == COTYPE_GLONASSORBIT    ) {
     280        orbCorr.push_back(new t_orbCorr());       
     281      }
     282      else if (messageType == COTYPE_GPSCOMBINED || messageType == COTYPE_GLONASSCOMBINED ||
     283               messageType == COTYPE_GPSCLOCK    || messageType == COTYPE_GLONASSCLOCK    ) {
     284        clkCorr.push_back(new t_clkCorr());       
     285      }
    278286    }
    279287    else if ( messageType == BTYPE_GPS || messageType == BTYPE_GLONASS ) {
Note: See TracChangeset for help on using the changeset viewer.