Changeset 9158 in ntrip for trunk/BNC/src/bncrinex.h


Ignore:
Timestamp:
Oct 1, 2020, 3:19:04 PM (4 years ago)
Author:
stuerze
Message:

the default RINEX version in BNC is changed from version 2 to verision 3

File:
1 edited

Legend:

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

    r8936 r9158  
    4747   static QString nextEpochStr(const QDateTime& datTim,
    4848                               const QString& intStr,
    49                                bool rnxV3,
     49                               bool rnxV2,
    5050                               QDateTime* nextEpoch = 0);
    5151   static std::string asciiSatLine(const t_satObs& obs, bool outLockTime);
     
    7171   QString         _localSklNameAlternative;
    7272   bool            _writeRinexFileOnlyWithSkl;
    73    bool            _rnxV3;
     73   bool            _rnxV2;
    7474   QByteArray      _latitude;
    7575   QByteArray      _longitude;
Note: See TracChangeset for help on using the changeset viewer.