Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3016)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3024)
@@ -333,4 +333,15 @@
     }
   }
+
+  co.messageType = COTYPE_GPSCOMBINED;
+
+  QStringList asciiLines = 
+    RTCM3coDecoder::corrsToASCIIlines(resTime.gpsw(), resTime.gpssec(), co, 0);
+
+  QStringListIterator il(asciiLines);
+  while (il.hasNext()) {
+    QString line = il.next();
+    cout << line.toAscii().data() << endl;
+  }
 }
 
Index: trunk/BNC/combination/bnccomb.h
===================================================================
--- trunk/BNC/combination/bnccomb.h	(revision 3016)
+++ trunk/BNC/combination/bnccomb.h	(revision 3024)
@@ -34,4 +34,5 @@
  signals:
   void newMessage(QByteArray msg, bool showOnScreen);
+  void newCorrLine(QString line, QString staID, long coTime);
 
  private:
