Changeset 1098 in ntrip
- Timestamp:
- Sep 2, 2008, 9:14:09 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.cpp
r1025 r1098 114 114 double* vv) const { 115 115 116 const staticdouble secPerWeek = 7 * 86400.0;117 const staticdouble omegaEarth = 7292115.1467e-11;118 const staticdouble gmWGS = 398.6005e12;116 static const double secPerWeek = 7 * 86400.0; 117 static const double omegaEarth = 7292115.1467e-11; 118 static const double gmWGS = 398.6005e12; 119 119 120 120 memset(xc, 0, 4*sizeof(double)); -
trunk/BNC/RTIGS/cgps_transform.cpp
r670 r1098 427 427 // 428 428 //////////////////////////////////////////////////////////////////////////// 429 short CGPS_Transform::Decode_RTIGS_Sta(unsigned char *RTIGS_Str, unsigned short RTIGS_Bytes, RTIGSS_T &rtigs_sta)429 short CGPS_Transform::Decode_RTIGS_Sta(unsigned char *RTIGS_Str, unsigned short /* RTIGS_Bytes */, RTIGSS_T &rtigs_sta) 430 430 { 431 431 short retval = 1; … … 657 657 // 658 658 //////////////////////////////////////////////////////////////////////////// 659 short CGPS_Transform::Decode_RTIGS_Met(unsigned char *RTIGS_Str, unsigned short RTIGS_Bytes, RTIGSM_T *rtigs_met)659 short CGPS_Transform::Decode_RTIGS_Met(unsigned char *RTIGS_Str, unsigned short /* RTIGS_Bytes */, RTIGSM_T *rtigs_met) 660 660 { 661 661 short retval = 1; … … 694 694 // 695 695 //////////////////////////////////////////////////////////////////////////// 696 short CGPS_Transform::Decode_RTIGS_Eph(unsigned char *RTIGS_Str, unsigned short RTIGS_Bytes, RTIGSE_T &rtigs_eph, short &PRN)696 short CGPS_Transform::Decode_RTIGS_Eph(unsigned char *RTIGS_Str, unsigned short /* RTIGS_Bytes */, RTIGSE_T &rtigs_eph, short &PRN) 697 697 { 698 698 short retval = 1;//, i;
Note:
See TracChangeset
for help on using the changeset viewer.