Changeset 6137 in ntrip for trunk/BNC/src/bncgetthread.h


Ignore:
Timestamp:
Sep 13, 2014, 12:19:37 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.h

    r5873 r6137  
    3131#include <QFile>
    3232
    33 #include "GPSDecoder.h"
    3433#include "rtcm3torinex.h"
    3534#include "bncconst.h"
     
    3736#include "bnctime.h"
    3837#include "bncrawfile.h"
     38#include "satObs.h"
    3939
     40class GPSDecoder;
    4041class QextSerialPort;
    4142class latencyChecker;
     
    7879   void newRawData(QByteArray staID, QByteArray data);
    7980   void newLatency(QByteArray staID, double clate);
    80    void newObs(QByteArray staID, QList<t_obs> obsList);
     81   void newObs(QByteArray staID, QList<t_satObs> obsList);
    8182   void newAntCrd(QByteArray staID, double xx, double yy, double zz,
    8283                  double hh, QByteArray antType);
Note: See TracChangeset for help on using the changeset viewer.