Home | History | Annotate | Download | only in location

Lines Matching refs:measurement

28  * A class representing a GNSS satellite measurement, containing raw and computed information.
75 * The measurement shows signs of multi-path.
80 * The measurement shows no signs of multi-path.
87 /** This GNSS measurement's tracking state is invalid or unknown. */
89 /** This GNSS measurement's tracking state has code lock. */
91 /** This GNSS measurement's tracking state has bit sync. */
93 /** This GNSS measurement's tracking state has sub-frame sync. */
95 /** This GNSS measurement's tracking state has time-of-week decoded. */
97 /** This GNSS measurement's tracking state contains millisecond ambiguity. */
99 /** This GNSS measurement's tracking state has symbol sync. */
101 /** This Glonass measurement's tracking state has string sync. */
103 /** This Glonass measurement's tracking state has time-of-day decoded. */
105 /** This Beidou measurement's tracking state has D2 bit sync. */
107 /** This Beidou measurement's tracking state has D2 sub-frame sync. */
109 /** This Galileo measurement's tracking state has E1B/C code lock. */
111 /** This Galileo measurement's tracking state has E1C secondary code lock. */
113 /** This Galileo measurement's tracking state has E1B page sync. */
115 /** This SBAS measurement's tracking state has whole second level sync. */
120 * individual measurement.)
164 public void set(GnssMeasurement measurement) {
165 mFlags = measurement.mFlags;
166 mSvid = measurement.mSvid;
167 mConstellationType = measurement.mConstellationType;
168 mTimeOffsetNanos = measurement.mTimeOffsetNanos;
169 mState = measurement.mState;
170 mReceivedSvTimeNanos = measurement.mReceivedSvTimeNanos;
171 mReceivedSvTimeUncertaintyNanos = measurement.mReceivedSvTimeUncertaintyNanos;
172 mCn0DbHz = measurement.mCn0DbHz;
173 mPseudorangeRateMetersPerSecond = measurement.mPseudorangeRateMetersPerSecond;
175 measurement.mPseudorangeRateUncertaintyMetersPerSecond;
176 mAccumulatedDeltaRangeState = measurement.mAccumulatedDeltaRangeState;
177 mAccumulatedDeltaRangeMeters = measurement.mAccumulatedDeltaRangeMeters;
179 measurement.mAccumulatedDeltaRangeUncertaintyMeters;
180 mCarrierFrequencyHz = measurement.mCarrierFrequencyHz;
181 mCarrierCycles = measurement.mCarrierCycles;
182 mCarrierPhase = measurement.mCarrierPhase;
183 mCarrierPhaseUncertainty = measurement.mCarrierPhaseUncertainty;
184 mMultipathIndicator = measurement.mMultipathIndicator;
185 mSnrInDb = measurement.mSnrInDb;
237 * Gets the time offset at which the measurement was taken in nanoseconds.
244 * measurement time = TimeNanos + TimeOffsetNanos</pre>
246 * <p>The value provides an individual time-stamp for the measurement, and allows sub-nanosecond
254 * Sets the time offset at which the measurement was taken in nanoseconds.
347 * Gets the received GNSS satellite time, at the measurement time, in nanoseconds.
351 * <li>Received GPS Time-of-Week at the measurement time, in nanoseconds.</li>
371 * <li>Received Glonass time of day, at the measurement time in nanoseconds.</li>
386 * <li>Received Beidou time of week, at the measurement time in nanoseconds.</li>
402 * <li>Received Galileo time of week, at the measurement time in nanoseconds.</li>
412 * <li>Received SBAS time, at the measurement time in nanoseconds.</li>
707 * <p>This is the fractional part of the complete carrier phase measurement.