Changeset 944 in ntrip


Ignore:
Timestamp:
Jun 9, 2008, 4:36:33 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r943 r944  
    543543////////////////////////////////////////////////////////////////////////////
    544544void bncApp::setPort(int port) {
     545  _rinexVers= 0;
    545546  _port = port;
    546547  if (_port != 0) {
  • trunk/BNC/bncapp.h

    r941 r944  
    5656    void printGPSEph(gpsephemeris* ep, bool printFile);
    5757    void printGlonassEph(glonassephemeris* ep, bool printFile);
    58     void printOutput(bool printFile, const QString& lineV2,
     58    void printOutput(bool printFile, QTextStream* stream,
     59                     const QString& lineV2,
    5960                     const QString& lineV3,
    6061                     const QByteArray& allLines);
Note: See TracChangeset for help on using the changeset viewer.