Changeset 5375 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Aug 30, 2013, 4:53:06 PM (11 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxnavfile.h
r4229 r5375 39 39 public: 40 40 enum e_inpOut {input, output}; 41 static const double defaultRnxNavVersion2 = 2.11; 42 static const double defaultRnxNavVersion3 = 3.01; 41 43 42 44 private: -
trunk/BNC/src/rinex/rnxobsfile.h
r4540 r5375 40 40 class t_rnxObsHeader { 41 41 public: 42 static const double defaultRnxObsVersion2 = 2.11; 43 static const double defaultRnxObsVersion3 = 3.02; 44 42 45 t_rnxObsHeader(); 43 46 ~t_rnxObsHeader();
Note:
See TracChangeset
for help on using the changeset viewer.