Changeset 10580 in ntrip
- Timestamp:
- Nov 8, 2024, 5:35:39 PM (13 days ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r10579 r10580 995 995 if (ephType() == t_eph::CNV2) { 996 996 int intFlags; 997 if (_intSF != -1 ) {997 if (_intSF != -1 ) { 998 998 intFlags |= (1 << 0); 999 999 out -
trunk/BNC/src/ephemeris.h
r10579 r10580 13 13 class t_orbCorr; 14 14 class t_clkCorr; 15 //enum e_navType {EPH, STO, EOP, ION};15 enum e_navType {EPH, STO, EOP, ION}; 16 16 17 17 class t_eph { … … 208 208 double _ISC_L1P; // [s] 209 209 210 bool_intSF; // [-] integrity status flag211 bool_ephSF; // [-] ephemeris status flag (QZSS)212 bool_L2Cphasing; // [-] L2C phasing flag213 bool_alert; // [-] alert flag210 int _intSF; // [-] integrity status flag 211 int _ephSF; // [-] ephemeris status flag (QZSS) 212 int _L2Cphasing; // [-] L2C phasing flag 213 int _alert; // [-] alert flag 214 214 215 215 double _wnop; // GPS continuous week number with the ambiguity resolved (same as _TOEweek?)
Note:
See TracChangeset
for help on using the changeset viewer.