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/rinex/rnxnavfile.h

    r8286 r8351  
    3030#include "bncconst.h"
    3131#include "bnctime.h"
     32#include "ephemeris.h"
    3233
    3334class t_pppOpt;
     
    5051    double _version;
    5152    bool   _glonass;
     53    t_eph::e_type _satSys;
    5254    QStringList _comments;
    5355  };
     
    6264  bool   glonass() const {return _header._glonass;}
    6365  QStringList comments() const {return _header._comments;}
     66  t_eph::e_type satSystem() const {return _header._satSys;}
    6467  void   setGlonass(bool glo) {_header._glonass = glo;}
     68  void   setGnssTypeV3(t_eph::e_type sys) {_header._satSys = sys;}
    6569  void   writeHeader(const QMap<QString, QString>* txtMap = 0);
    6670  void   writeEph(const t_eph* eph);
Note: See TracChangeset for help on using the changeset viewer.