Changeset 6803 in ntrip
- Timestamp:
- Apr 29, 2015, 4:52:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r6802 r6803 1150 1150 } 1151 1151 else if ((_flags & GALEPHF_INAV) == GALEPHF_INAV) { 1152 // Bit 2 and 0 are set because from MT1046 the data source cannot be determined 1153 // and RNXv3.03 says both can be set if the navigation messages were merged 1152 1154 dataSource |= (1<<0); 1153 dataSource |= (1<<1);// not clear but seems to be common in practice1154 1155 dataSource |= (1<<2); 1155 1156 dataSource |= (1<<9); … … 1166 1167 SVhealth |= (1<<2); 1167 1168 } 1168 else if (_E1_bHS 1169 else if (_E1_bHS == 3.0) { 1169 1170 SVhealth |= (1<<1); 1170 1171 SVhealth |= (1<<2); … … 1181 1182 SVhealth |= (1<<5); 1182 1183 } 1183 else if (_E5aHS 1184 else if (_E5aHS == 3.0) { 1184 1185 SVhealth |= (1<<4); 1185 1186 SVhealth |= (1<<5); … … 1196 1197 SVhealth |= (1<<8); 1197 1198 } 1198 else if (_E5bHS 1199 else if (_E5bHS == 3.0) { 1199 1200 SVhealth |= (1<<7); 1200 1201 SVhealth |= (1<<8);
Note:
See TracChangeset
for help on using the changeset viewer.