Changeset 10578 in ntrip for trunk/BNC/src/ephemeris.cpp
- Timestamp:
- Nov 8, 2024, 4:11:59 PM (7 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r10577 r10578 953 953 // ===================== 954 954 if (ephType() == t_eph::CNAV) { 955 doubleintFlags;955 int intFlags; 956 956 if (_intSF !=-1 ) { 957 957 intFlags |= (1 << 0); … … 994 994 // ===================== 995 995 if (ephType() == t_eph::CNV2) { 996 doubleintFlags;996 int intFlags; 997 997 if (_intSF !=-1 ) { 998 998 intFlags |= (1 << 0);
Note:
See TracChangeset
for help on using the changeset viewer.