Changeset 3024 in ntrip for trunk/BNC/combination


Ignore:
Timestamp:
Feb 24, 2011, 11:11:07 AM (14 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/combination
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/combination/bnccomb.cpp

    r3016 r3024  
    333333    }
    334334  }
     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  }
    335346}
    336347
  • TabularUnified trunk/BNC/combination/bnccomb.h

    r3015 r3024  
    3434 signals:
    3535  void newMessage(QByteArray msg, bool showOnScreen);
     36  void newCorrLine(QString line, QString staID, long coTime);
    3637
    3738 private:
Note: See TracChangeset for help on using the changeset viewer.