Changeset 11036 in ntrip
- Timestamp:
- Sep 21, 2026, 2:49:10 PM (4 days ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
-
RTCM3/clock_and_orbit/clock_orbit_rtcm_new.cpp (modified) (2 diffs)
-
t_prn.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm_new.cpp
r11035 r11036 1155 1155 D_FREQUENCY_SET_INDICATOR(satBlock.FrequencySetIndicator) 1156 1156 D_GNSS_FREQUENCY_MASK(satBlock.GnssFrequencyMask) 1157 #ifdef BNC_DEBUG_SSR 1158 if (a->SatelliteSetIndicator[s]) { 1159 fprintf(stderr, " sat block (shared, PRNs"); 1160 for (k = 0; k < numSatPositions; ++k) 1161 fprintf(stderr, " %d", satPositions[k] - satoffset[s] + 1); 1162 fprintf(stderr, ") freqSetInd %d freqMask %02x\n", 1163 satBlock.FrequencySetIndicator, satBlock.GnssFrequencyMask); 1164 } 1165 else { 1166 fprintf(stderr, " sat block PRN %d freqSetInd %d freqMask %02x\n", 1167 satPositions[satBlockIdx] - satoffset[s] + 1, 1168 satBlock.FrequencySetIndicator, satBlock.GnssFrequencyMask); 1169 } 1170 #endif 1157 1171 1158 1172 /* DF+018 frequency mask uses the same MSB-first convention as the … … 1176 1190 } 1177 1191 #ifdef BNC_DEBUG_SSR 1178 fprintf(stderr, " freq %d nadirCorrInd %d nadirCorr %f \n",1192 fprintf(stderr, " freq %d nadirCorrInd %d nadirCorr %f nadirAngleCorr", 1179 1193 f, satBlock.Freq[f].NadirCorrectionIndicator, satBlock.Freq[f].NadirCorrection); 1194 if (a->NadirAngleDependentCorrectionIndicator[s]) { 1195 for (deg = 0; deg <= a->maximumOffNadirAngle[s] && deg < ANT_MAXNADIRDEGREES; ++deg) 1196 fprintf(stderr, " %.3f", satBlock.Freq[f].NadirAngleCorrection[deg]); 1197 } 1198 fprintf(stderr, "\n"); 1180 1199 #endif 1181 1200 if (satBlock.FrequencySetIndicator) { -
trunk/BNC/src/t_prn.h
r10791 r11036 7 7 public: 8 8 static const unsigned MAXPRN_GPS = 32; 9 static const unsigned MAXPRN_GLONASS = 26;9 static const unsigned MAXPRN_GLONASS = 30; 10 10 static const unsigned MAXPRN_GALILEO = 36; 11 11 static const unsigned MAXPRN_QZSS = 10;
Note:
See TracChangeset
for help on using the changeset viewer.
