Changeset 9945 in ntrip for trunk/BNC/src/rinex/rnxnavfile.h


Ignore:
Timestamp:
Dec 15, 2022, 11:06:12 PM (17 months ago)
Author:
stuerze
Message:

multiple 'run by date' entries for rinex version 4 added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxnavfile.h

    r9765 r9945  
    5454    t_eph::e_type _satSys;
    5555    QStringList _comments;
     56    QStringList _runByDate;
    5657  };
    5758
     
    6566  bool   glonass() const {return _header._glonass;}
    6667  QStringList comments() const {return _header._comments;}
     68  QStringList runByDate() const {return _header._runByDate;}
    6769  t_eph::e_type satSystem() const {return _header._satSys;}
    6870  void   setGlonass(bool glo) {_header._glonass = glo;}
Note: See TracChangeset for help on using the changeset viewer.