Changeset 3684 in ntrip


Ignore:
Timestamp:
Feb 12, 2012, 12:32:39 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3683 r3684  
    4141#include <iostream>
    4242#include "bncpostprocess.h"
     43#include "bncapp.h"
    4344#include "bncsettings.h"
    4445#include "pppopt.h"
     
    6162////////////////////////////////////////////////////////////////////////////
    6263t_postProcessing::~t_postProcessing() {
    63   cout << "~t_postProcessing" << endl;
    6464  delete _pppClient;
    6565  delete _rnxNavFile;
     
    7171////////////////////////////////////////////////////////////////////////////
    7272void t_postProcessing::slotMessage(QByteArray msg, bool /* showOnScreen */) {
    73   cout << msg.data();
     73  ((bncApp*) qApp)->slotMessage(msg, false);
    7474}
    7575
     
    9292            this, SLOT(slotMessage(const QByteArray,bool)));
    9393  }
    94 
    95   cout << "obsFile: "  << _opt->obsFileName.toAscii().data()  << endl;
    96   cout << "navFile: "  << _opt->navFileName.toAscii().data()  << endl;
    97   cout << "corrFile: " << _opt->corrFileName.toAscii().data() << endl;
    9894
    9995  // Read Ephemerides
     
    144140  }
    145141
    146   ///// beg test
    147   int MAXI = 5;
    148   for (int ii = 1; ii < MAXI; ii++) {
    149     cout << "ii = " << ii << endl;
    150     emit progress(float(ii)/float(MAXI));
    151     sleep(1);
    152   }
    153   //// end test
     142//  ///// beg test
     143//  int MAXI = 5;
     144//  for (int ii = 1; ii < MAXI; ii++) {
     145//    cout << "ii = " << ii << endl;
     146//    emit progress(float(ii)/float(MAXI));
     147//    sleep(1);
     148//  }
     149//  //// end test
    154150
    155151  emit finished();
Note: See TracChangeset for help on using the changeset viewer.