Changeset 2710 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Nov 18, 2010, 12:44:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r2709 r2710 237 237 for (int iSat = 0; iSat < gnssData.numsats; iSat++) { 238 238 239 p_obsobs = new t_obs();240 int satID = gnssData.satellites[iSat];239 t_obs* obs = new t_obs(); 240 int satID = gnssData.satellites[iSat]; 241 241 242 242 // GPS
Note:
See TracChangeset
for help on using the changeset viewer.