Changeset 5399 in ntrip for trunk/GnssCenter/thrift
- Timestamp:
- Sep 10, 2013, 2:00:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/thrift/test_rtnet/rtnetThriftClient.cpp
r5398 r5399 134 134 for (unsigned ii = 0; ii < stationList.size(); ii++) { 135 135 const StationInfo& staInfo = stationList[ii]; 136 if (_stationCrd.find(staInfo.ID) == _stationCrd.end()) { 137 _stationCrd[staInfo.ID]._x = staInfo.xyz.x; 138 _stationCrd[staInfo.ID]._y = staInfo.xyz.y; 139 _stationCrd[staInfo.ID]._z = staInfo.xyz.z; 140 } 136 _stationCrd[staInfo.ID]._x = staInfo.xyz.x; 137 _stationCrd[staInfo.ID]._y = staInfo.xyz.y; 138 _stationCrd[staInfo.ID]._z = staInfo.xyz.z; 141 139 } 142 140 }
Note:
See TracChangeset
for help on using the changeset viewer.