Changeset 6942 in ntrip


Ignore:
Timestamp:
Jun 23, 2015, 10:36:04 AM (9 years ago)
Author:
stuerze
Message:

minor updates in rinex nav version

Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

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

    r6600 r6942  
    284284  }
    285285  else {
    286     *_stream << QString("%1           Navigation data     Mixed")
     286    *_stream << QString("%1           N: GNSS NAV DATA    M: MIXED")
    287287      .arg(_header._version, 9, 'f', 2)
    288288      .leftJustified(60)
  • trunk/BNC/src/rinex/rnxnavfile.h

    r5375 r6942  
    4040  enum e_inpOut {input, output};
    4141  static const double defaultRnxNavVersion2 = 2.11;
    42   static const double defaultRnxNavVersion3 = 3.01;
     42  static const double defaultRnxNavVersion3 = 3.03;
    4343
    4444 private:
Note: See TracChangeset for help on using the changeset viewer.