Changeset 4229 in ntrip for trunk/BNC/rinex/rnxnavfile.h


Ignore:
Timestamp:
May 30, 2012, 8:51:49 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4219 r4229  
    5858  void   setVersion(double version) {_header._version = version;}
    5959  bool   glonass() const {return _header._glonass;}
     60  void   setGlonass(bool glo) {_header._glonass = glo;}
    6061  void   writeHeader(const QMap<QString, QString>* txtMap = 0);
    6162  void   writeEph(const t_eph* eph);
Note: See TracChangeset for help on using the changeset viewer.