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


Ignore:
Timestamp:
Jun 9, 2022, 5:10:10 PM (23 months ago)
Author:
stuerze
Message:

initial changes to consider RINEX Version 4 in future

File:
1 edited

Legend:

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

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