Changeset 2710 in ntrip for trunk/BNC/RTIGS
- Timestamp:
- Nov 18, 2010, 12:44:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTIGS/RTIGSDecoder.cpp ΒΆ
r2709 r2710 116 116 117 117 for (short ii = 0; ii < numObs; ii++) { 118 p_obsobs = new t_obs();118 t_obs* obs = new t_obs(); 119 119 _obsList.push_back(obs); 120 120 obs->satSys = 'G';
Note:
See TracChangeset
for help on using the changeset viewer.