Changeset 1045 in ntrip


Ignore:
Timestamp:
Aug 20, 2008, 4:19:19 PM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2Decoder.cpp

    r1044 r1045  
    145145
    146146      if (_msg2021.valid()) {
     147        decoded = true;
    147148        translateCorr2Obs();
    148149      }
  • trunk/BNC/bnchelp.html

    r1043 r1045  
    690690</li>
    691691<li>
     692For using RTCM Version 2.x streams carrying message types 20 and 21 (carrier phase and pseudo-range corrections), broadcast ephemeris are needed. Hence, whenever dealing with message types 20 and 21, make sure that broadcast ephemeris become availabel for BNC through also retrieving at lease one RTCM Version 3.x stream carrying message types 1019 (GPS ephemeris) and 1020 (GLONASS ephemeris).
     693</li>
     694<li>
    692695Streams coming in RTIGS format carry only GPS data.
    693696</li>
     
    730733James Perlt, BKG, helped fixing bugs and redesigned BNC's main window.<br>
    731734Andre Hauschild, German Space Operations Center, DLR, revised the RTCMv2 decoder.<br>
    732 Zdenek Lukes, Czech Technical University Prague, Department of Geodesy, added a decoder for RTCMv2 message types 20 and 21.<br>
     735Zdenek Lukes, Czech Technical University Prague, Department of Geodesy, extended the RTCMv2 decoder to handle message types 20 and 21.<br>
    733736</p>
    734737
     
    755758<tr><td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr>
    756759<tr><td>Apr 2008 &nbsp;</td><td>Version 1.5 &nbsp;</td><td>[Add] Handle ephemeris from RTCM Version 3.x streams<br> [Add] Upgrade to Qt Version 4.3.2<br> [Add] Optional RINEX v3 output<br> [Add] SBAS support<br> [Bug] RINEX skeleton download following stream outage<br> [Add] Handle ephemeris from RTIGS streams<br> [Add] Monitor stream failure/recovery and latency<br> [Mod] Redesign of main window<br> [Bug] Freezing of About window on Mac systems<br> [Bug] Fixed problem with PRN 32 in RTCMv2 decoder<br> [Bug] Fix for Trimble 4000SSI receivers in RTCMv2 decoder<br> [Mod] Major revision of input buffer in RTCMv2 decoder</td></tr>
    757 <tr><td>September 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCM v3 decoder for clock&orbit corrections<br>[Add] Check RTCM v3 streams for incoming message types<br> [Add] Decoding RTCMv2 message types 20 and 21</td></tr>
     760<tr><td>September 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCM v3 decoder for clock&orbit corrections<br>[Add] Check RTCM v3 streams for incoming message types<br> [Add] Decode RTCMv2 message types 20 and 21</td></tr>
    758761</table>
    759762</p>
Note: See TracChangeset for help on using the changeset viewer.