Changeset 6942 in ntrip
- Timestamp:
- Jun 23, 2015, 10:36:04 AM (10 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxnavfile.cpp
r6600 r6942 284 284 } 285 285 else { 286 *_stream << QString("%1 N avigation data Mixed")286 *_stream << QString("%1 N: GNSS NAV DATA M: MIXED") 287 287 .arg(_header._version, 9, 'f', 2) 288 288 .leftJustified(60) -
trunk/BNC/src/rinex/rnxnavfile.h
r5375 r6942 40 40 enum e_inpOut {input, output}; 41 41 static const double defaultRnxNavVersion2 = 2.11; 42 static const double defaultRnxNavVersion3 = 3.0 1;42 static const double defaultRnxNavVersion3 = 3.03; 43 43 44 44 private:
Note:
See TracChangeset
for help on using the changeset viewer.