Changeset 1555 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Feb 2, 2009, 12:35:36 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1525 r1555  
    6767   void newObs(QByteArray staID, bool firstObs, p_obs obs);
    6868   void newAntCrd(QByteArray staID, double xx, double yy, double zz, QByteArray antType);
    69    void error(QByteArray staID);
    7069   void newMessage(QByteArray msg, bool showOnScreen);
    71 
    72  public slots:
    73    void slotNewEphGPS(gpsephemeris gpseph);
    7470
    7571 protected:
     
    7874 private:
    7975   void  initialize();
    80    t_irc initRun();
    81    void  message(const QString&);
    82    void  tryReconnect();
    83    void  callScript(const char* _comment);
    84    GPSDecoder* _decoder;
    85    bncNetQuery* _query;
    86    QUrl        _mountPoint;
    87    QByteArray  _staID;
    88    QByteArray  _staID_orig;
    89    QByteArray  _format;
    90    QByteArray  _latitude;
    91    QByteArray  _longitude;
    92    QByteArray  _nmea;
    93    QByteArray  _ntripVersion;
    94    QString     _adviseScript;
    95    QString     _begDateCor;
    96    QString     _begTimeCor;
    97    QString     _begDateOut;
    98    QString     _begTimeOut;
    99    QString     _endDateCor;
    100    QString     _endTimeCor;
    101    QString     _endDateOut;
    102    QString     _endTimeOut;
    103    QString     _checkMountPoint;
    104    bool        _makePause;
    105    int         _obsRate;
    106    int         _inspSegm;
    107    int         _adviseFail;
    108    int         _adviseReco;
    109    int         _perfIntr;
    110    int         _timeOut;
    111    int         _nextSleep;
    112    int         _iMount;
    113    int         _samplingRate;
    114    bncRinex*   _rnx;
    115    bool        _rnx_set_position;
    116    QDateTime   _decodeFailure;
    117    QDateTime   _decodeStart;
    118    QDateTime   _decodeStop;
    119    QDateTime   _decodePause;
    120    QDateTime   _decodeTime;
    121    QDateTime   _decodeSucc;
    122    QMutex      _mutex;
    123    QFile*      _rawOutFile;
    124    QFile*      _rawInpFile;
     76   t_irc tryReconnect();
     77   void  checkLatency();
     78   void  scanRTCM();
     79
     80   GPSDecoder*     _decoder;
     81   bncNetQuery*    _query;
     82   QUrl            _mountPoint;
     83   QByteArray      _staID;
     84   QByteArray      _staID_orig;
     85   QByteArray      _format;
     86   QByteArray      _latitude;
     87   QByteArray      _longitude;
     88   QByteArray      _nmea;
     89   QByteArray      _ntripVersion;
     90   int             _nextSleep;
     91   int             _iMount;
     92   int             _samplingRate;
     93   bncRinex*       _rnx;
     94   QFile*          _rawOutFile;
     95   QFile*          _rawInpFile;
    12596   QextSerialPort* _serialPort;
    126    bool        _isToBeDeleted;
     97   bool            _isToBeDeleted;
    12798};
    12899
Note: See TracChangeset for help on using the changeset viewer.