Changeset 6890 in ntrip for trunk/clock_and_orbit
- Timestamp:
- Jun 10, 2015, 8:25:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/clock_and_orbit/lib/clock_orbit_rtcm.c
r6555 r6890 565 565 for(s = 0; s < CLOCKORBIT_SATNUM; ++s) 566 566 { 567 if(b->NumberOfSat[s] && (type == PBTYPE_AUTO || type == corbase[s]+COBOFS_BIAS))567 if(b->NumberOfSat[s] && (type == PBTYPE_AUTO || type == s+PBTYPE_BASE)) 568 568 { 569 569 INITBLOCK 570 T_MESSAGE_NUMBER( corbase[s]+COBOFS_BIAS)570 T_MESSAGE_NUMBER(s+PBTYPE_BASE) 571 571 switch(s) 572 572 {
Note:
See TracChangeset
for help on using the changeset viewer.