Changeset 10265 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 1, 2023, 3:04:58 PM (5 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/CHANGELOG.md

    r10127 r10265  
    11# Changelog
    22
    3 ## 2.13.0 (2023-07-)
    4 - ADDED: **RINEX Version 4** support; in navigation files currently the EPH message type is considerred only
    5 - ADDED: PPP Client upgrade
    6 - ADDED: Support of Ntrip version 2.0 Upload including TLS
    7 - ADDED: Multi-GNSS Satellite clock combination
    8 - ADDED: Code bias considerration in satellite clock combination
    9 - ADDED: Satellite clock combination results include code biases
     3## 2.13.0 (2023-12-01)
     4- ADDED: **RINEX Version 4 Support** (in navigation files currently the EPH message type is considerred only)
     5- ADDED: **PPP Client Upgrade**
     6- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of two frequencies
     7- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of one frequency
     8- ADDED: Ionospheric constraints in form of pseudo observations can be added
     9- ADDED: **Ntrip Version 2.0 Upload including TLS**
     10- ADDED: **Multi-GNSS Satellite Clock Combination**
     11- ADDED: Individual code biases will be considerred befor satellite clock are combined
     12- ADDED: Satellite clock combination result includes code biases
    1013- ADDED: Ephemerides upload for different systems in parallel
    11 - ADDED: Multi-GNSS SP3, Clock RINEX and SINEX Bias support
     14- ADDED: **Multi-GNSS SP3, Clock RINEX and SINEX Bias** support
    1215- ADDED: QC multipath analysis for more than two signals
    13 - ADDED: Transition from Qt4 to Qt5
     16- ADDED: Transition from Qt4 to **Qt5**
    1417
    1518
  • trunk/BNC/src/PPP/pppRefSat.h

    r10034 r10265  
    1010
    1111#include <vector>
     12#include <QMap>
    1213#include "t_prn.h"
    1314
Note: See TracChangeset for help on using the changeset viewer.