Changeset 8197 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.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/RTCM3/RTCM3Decoder.h

    r6812 r8197  
    6464   * {@link _MessageSize}: contains to current amount of bytes in the buffer<br>
    6565   * {@link _SkipBytes}: amount of bytes to skip at the beginning of the buffer
    66    * 
     66   *
    6767   * The functions sets following variables:<br>
    6868   * {@link _NeedBytes}: Minimum number of bytes needed on next call<br>
     
    146146  bool DecodeBDSEphemeris(unsigned char* buffer, int bufLen);
    147147  /**
    148    * Extract antenna type from 1007, 1008 or 1033 RTCM3 messages.
    149    * @param buffer the buffer containing an antenna RTCM block
     148   * Extract antenna type from 1007, 1008 or 1033 RTCM3 messages
     149   * and extract receiver type from 1033 RTCM3 messages
     150   * @param buffer the buffer containing an antenna (and receiver) RTCM block
    150151   * @param bufLen the length of the buffer (the message length including header+crc)
    151152   * @return <code>true</code> when data block was decodable
    152153   */
    153   bool DecodeAntenna(unsigned char* buffer, int bufLen);
     154  bool DecodeAntennaReceiver(unsigned char* buffer, int bufLen);
    154155  /**
    155156   * Extract antenna type from 1005 or 1006 RTCM3 messages.
     
    166167
    167168  /** List of decoders for Clock and Orbit data */
    168   QMap<QByteArray, RTCM3coDecoder*> _coDecoders; 
     169  QMap<QByteArray, RTCM3coDecoder*> _coDecoders;
    169170
    170171  /** Message buffer for input parsing */
Note: See TracChangeset for help on using the changeset viewer.