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


Ignore:
Timestamp:
Dec 14, 2011, 1:19:13 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r3515 r3523  
    100100 private:
    101101   enum t_serialNMEA {NO_NMEA, MANUAL_NMEA, AUTO_NMEA};
     102   t_irc        initDecoder();
     103   GPSDecoder* decoder();
    102104
    103105   void  initialize();
     
    105107   void  scanRTCM();
    106108
    107    GPSDecoder*     _decoder;
    108    GPSDecoder*     _decoderAux;
    109    bncNetQuery*    _query;
    110    QUrl            _mountPoint;
    111    QByteArray      _staID;
    112    QByteArray      _staID_extra;
    113    QByteArray      _format;
    114    QByteArray      _latitude;
    115    QByteArray      _longitude;
    116    QByteArray      _height;
    117    QByteArray      _nmea;
    118    QByteArray      _ntripVersion;
    119    int             _nextSleep;
    120    int             _iMount;
    121    int             _samplingRate;
    122    bncRinex*       _rnx;
    123    bncRawFile*     _rawFile;
    124    QextSerialPort* _serialPort;
    125    bool            _isToBeDeleted;
    126    latencyChecker* _latencyChecker;
    127    QString         _miscMount;
    128    QFile*          _serialOutFile;
    129    t_serialNMEA    _serialNMEA;
    130    QMutex          _mutex;
    131    bncPPPclient*   _PPPclient;
    132    bool            _rawOutput;
    133    QMap<QString, long> _prnLastEpo;
     109   QMap<QString, GPSDecoder*> _decoders;
     110   bncNetQuery*               _query;
     111   QUrl                       _mountPoint;
     112   QByteArray                 _staID;
     113   QByteArray                 _staID_extra;
     114   QByteArray                 _format;
     115   QByteArray                 _latitude;
     116   QByteArray                 _longitude;
     117   QByteArray                 _height;
     118   QByteArray                 _nmea;
     119   QByteArray                 _ntripVersion;
     120   int                        _nextSleep;
     121   int                        _iMount;
     122   int                        _samplingRate;
     123   bncRinex*                  _rnx;
     124   bncRawFile*                _rawFile;
     125   QextSerialPort*            _serialPort;
     126   bool                       _isToBeDeleted;
     127   latencyChecker*            _latencyChecker;
     128   QString                    _miscMount;
     129   QFile*                     _serialOutFile;
     130   t_serialNMEA               _serialNMEA;
     131   QMutex                     _mutex;
     132   bncPPPclient*              _PPPclient;
     133   bool                       _rawOutput;
     134   QMap<QString, long>        _prnLastEpo;
    134135};
    135136
Note: See TracChangeset for help on using the changeset viewer.