Changeset 3024 in ntrip for trunk/BNC/combination
- Timestamp:
- Feb 24, 2011, 11:11:07 AM (14 years ago)
- Location:
- trunk/BNC/combination
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r3016 r3024 333 333 } 334 334 } 335 336 co.messageType = COTYPE_GPSCOMBINED; 337 338 QStringList asciiLines = 339 RTCM3coDecoder::corrsToASCIIlines(resTime.gpsw(), resTime.gpssec(), co, 0); 340 341 QStringListIterator il(asciiLines); 342 while (il.hasNext()) { 343 QString line = il.next(); 344 cout << line.toAscii().data() << endl; 345 } 335 346 } 336 347 -
TabularUnified trunk/BNC/combination/bnccomb.h ¶
r3015 r3024 34 34 signals: 35 35 void newMessage(QByteArray msg, bool showOnScreen); 36 void newCorrLine(QString line, QString staID, long coTime); 36 37 37 38 private:
Note:
See TracChangeset
for help on using the changeset viewer.