Changeset 8351 in ntrip for branches/BNC_2.12/src/bncrinex.h


Ignore:
Timestamp:
May 18, 2018, 9:56:20 AM (6 years ago)
Author:
stuerze
Message:

individual satellite system will be considerred now during concatenation of ephemeris files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncrinex.h

    r7179 r8351  
    4747   static QString nextEpochStr(const QDateTime& datTim,
    4848                               const QString& intStr,
    49                                bool rnxV3filenames,
     49                               bool rnxV3,
    5050                               QDateTime* nextEpoch = 0);
    5151   static std::string asciiSatLine(const t_satObs& obs);
     
    7070   QString         _sklName;
    7171   bool            _writeRinexFileOnlyWithSkl;
    72    bool            _rnxV3filenames;
     72   bool            _rnxV3;
    7373   QByteArray      _latitude;
    7474   QByteArray      _longitude;
Note: See TracChangeset for help on using the changeset viewer.