Ignore:
Timestamp:
Aug 8, 2016, 5:11:40 PM (8 years ago)
Author:
stuerze
Message:

some informations about the data source of RINEX navigation files is added into the RINEX header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/rnxnavfile.h

    r7169 r8000  
    5050    double _version;
    5151    bool   _glonass;
     52    QStringList _comments;
    5253  };
    5354 
     
    6061  void   setVersion(double version) {_header._version = version;}
    6162  bool   glonass() const {return _header._glonass;}
     63  QStringList comments() const {return _header._comments;}
    6264  void   setGlonass(bool glo) {_header._glonass = glo;}
    6365  void   writeHeader(const QMap<QString, QString>* txtMap = 0);
Note: See TracChangeset for help on using the changeset viewer.