Changeset 8197 in ntrip for trunk/BNC/src/GPSDecoder.h


Ignore:
Timestamp:
Dec 11, 2017, 9:57:14 AM (6 years ago)
Author:
stuerze
Message:

receiver type extraction from 1033 RTCM3 messages is added

File:
1 edited

Legend:

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

    r6864 r8197  
    4343  virtual ~GPSDecoder();
    4444
    45   virtual t_irc Decode(char* buffer, int bufLen, 
     45  virtual t_irc Decode(char* buffer, int bufLen,
    4646                       std::vector<std::string>& errmsg) = 0;
    4747
     
    5050
    5151  void initRinex(const QByteArray& staID, const QUrl& mountPoint,
    52                  const QByteArray& latitude, const QByteArray& longitude, 
     52                 const QByteArray& latitude, const QByteArray& longitude,
    5353                 const QByteArray& nmea, const QByteArray& ntripVersion);
    5454
     
    8080  QList<int>       _typeList;  // RTCM message types
    8181  QStringList      _antType;   // RTCM antenna descriptor
     82  QStringList      _recType;   // RTCM receiver descriptor
    8283  QList<t_antInfo> _antList;   // RTCM antenna XYZ
    8384  QString          _gloFrq;    // GLONASS slot
Note: See TracChangeset for help on using the changeset viewer.