Changeset 7055 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Jul 16, 2015, 9:54:10 AM (9 years ago)
- Location:
- trunk/BNC/src/combination
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r7013 r7055 756 756 int updateInt = 0; 757 757 line.sprintf("%d %d %d %.1f %s" 758 " % 3d"758 " %lu" 759 759 " %8.3f %8.3f %8.3f %8.3f" 760 760 " %10.5f %10.5f %10.5f %10.5f" -
trunk/BNC/src/combination/bnccomb.h
r7011 r7055 71 71 } 72 72 ~cmbCorr() {} 73 QString _prn;74 bncTime _time;75 int_iod;76 t_eph* _eph;77 t_orbCorr _orbCorr;78 t_clkCorr _clkCorr;79 QString _acName;80 double _dClkResult;81 ColumnVector _diffRao;73 QString _prn; 74 bncTime _time; 75 unsigned long _iod; 76 t_eph* _eph; 77 t_orbCorr _orbCorr; 78 t_clkCorr _clkCorr; 79 QString _acName; 80 double _dClkResult; 81 ColumnVector _diffRao; 82 82 QString ID() {return _acName + "_" + _prn;} 83 83 };
Note:
See TracChangeset
for help on using the changeset viewer.