Changeset 6894 in ntrip


Ignore:
Timestamp:
Jun 11, 2015, 3:45:16 PM (9 years ago)
Author:
stuerze
Message:

small fix in WL indicator encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/clock_and_orbit/lib/clock_orbit_rtcm.c

    r6890 r6894  
    610610          T_SIGNAL_IDENTIFIER(b->Sat[i].Biases[j].Type)
    611611          T_INTEGER_INDICATOR(b->Sat[i].Biases[j].SignalIntegerIndicator ? 1 : 0)
    612           T_WIDE_LANE_INDICATOR(b->Sat[i].Biases[j].SignalsWideLaneIntegerIndicator ? 1 : 0)
     612          T_WIDE_LANE_INDICATOR(b->Sat[i].Biases[j].SignalsWideLaneIntegerIndicator)
    613613          T_DISCONTINUITY_COUNTER(b->Sat[i].Biases[j].SignalDiscontinuityCounter)
    614614          T_PHASE_BIAS(b->Sat[i].Biases[j].Bias)
Note: See TracChangeset for help on using the changeset viewer.