Changeset 2867 in ntrip
- Timestamp:
- Jan 23, 2011, 10:49:35 AM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2Decoder.cpp
r2711 r2867 437 437 if ( new_obs ) { 438 438 _obsList.push_back(*new_obs); 439 } 440 } 441 } 439 delete new_obs; 440 } 441 } 442 } -
trunk/BNC/bnccomb.cpp
r2865 r2867 59 59 //////////////////////////////////////////////////////////////////////////// 60 60 void bncComb::processCorrLine(const QString& staID, const QString& line) { 61 ///cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;61 cout << staID.toAscii().data() << " " << line.toAscii().data() << endl; 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.