Ignore:
Timestamp:
Mar 9, 2017, 12:32:12 PM (7 years ago)
Author:
stuerze
Message:

the latency checker is now able to check ssr data streams with messages containing different update rates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncgetthread.h

    r7424 r8083  
    4747 public:
    4848   bncGetThread(bncRawFile* rawFile);
    49    bncGetThread(const QUrl& mountPoint, 
     49   bncGetThread(const QUrl& mountPoint,
    5050                const QByteArray& format,
    5151                const QByteArray& latitude,
    5252                const QByteArray& longitude,
    53                 const QByteArray& nmea, 
     53                const QByteArray& nmea,
    5454                const QByteArray& ntripVersion);
    5555
     
    8080   void newLatency(QByteArray staID, double clate);
    8181   void newObs(QByteArray staID, QList<t_satObs> obsList);
    82    void newAntCrd(QByteArray staID, double xx, double yy, double zz, 
     82   void newAntCrd(QByteArray staID, double xx, double yy, double zz,
    8383                  double hh, QByteArray antType);
    8484   void newMessage(QByteArray msg, bool showOnScreen);
     
    121121   int                        _nextSleep;
    122122   int                        _iMount;
     123   int                        _ssrEpoch;
     124   int                        _oldSsrEpoch;
    123125   bncRawFile*                _rawFile;
    124126   QextSerialPort*            _serialPort;
    125127   bool                       _isToBeDeleted;
     128   bool obs;
     129   bool ssrOrb, ssrClk, ssrOrbClk;
     130   bool ssrCbi, ssrPbi;
     131   bool ssrVtec;
     132   bool ssrUra;
     133   bool ssrHr;
    126134   latencyChecker*            _latencyChecker;
    127135   QString                    _miscMount;
Note: See TracChangeset for help on using the changeset viewer.