Ignore:
Timestamp:
Nov 26, 2020, 10:02:59 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.h

    r8805 r9286  
    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>
     
    9494  bool DecodeRTCM3GLONASS(unsigned char* buffer, int bufLen);
    9595  /**
    96    * Extract data from MSM 1070-1229 RTCM3 messages.
    97    * @param buffer the buffer containing an 1070-1229 RTCM block
     96   * Extract data from MSM 1070-1237 RTCM3 messages.
     97   * @param buffer the buffer containing an 1070-1237 RTCM block
    9898   * @param bufLen the length of the buffer (the message length including header+crc)
    9999   * @return <code>true</code> when data block is finished and transfered into
     
    137137   * @return <code>true</code> when data block was decodable
    138138   */
    139   bool DecodeIRNSSEphemeris(unsigned char* buffer, int bufLen); 
     139  bool DecodeIRNSSEphemeris(unsigned char* buffer, int bufLen);
    140140  /**
    141141   * Extract ephemeris data from 1045 and 1046 RTCM3 messages.
     
    174174
    175175  /** List of decoders for Clock and Orbit data */
    176   QMap<QByteArray, RTCM3coDecoder*> _coDecoders; 
     176  QMap<QByteArray, RTCM3coDecoder*> _coDecoders;
    177177
    178178  /** Message buffer for input parsing */
Note: See TracChangeset for help on using the changeset viewer.