Changeset 5214 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Jun 16, 2013, 10:20:24 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/bncpostprocess.cpp

    r5072 r5214  
    164164    connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)),
    165165            this, SLOT(slotMessage(const QByteArray,bool)));
     166    connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)),
     167            this, SIGNAL(newPosition(bncTime, double, double, double)));
    166168  }
    167169
  • trunk/BNC/src/rinex/bncpostprocess.h

    r4261 r5214  
    4949                            t_obs& obs);
    5050
    51  protected:
    5251  ~t_postProcessing();
    5352
     
    5554  void progress(int);
    5655  void finished();
     56  void newPosition(bncTime time, double x, double y, double z);
    5757   
    5858 public slots:
Note: See TracChangeset for help on using the changeset viewer.