Merge "Deprecated a flag for mandatary field" into nyc-dev
am: c7a562e515
* commit 'c7a562e51564554fb132ee1e14b6e01bf7d64728':
Deprecated a flag for mandatary field
This commit is contained in:
commit
98871c1179
1 changed files with 0 additions and 6 deletions
|
@ -307,12 +307,6 @@ typedef uint32_t GnssMeasurementFlags;
|
|||
#define GNSS_MEASUREMENT_HAS_CARRIER_PHASE (1<<11)
|
||||
/** A valid 'carrier phase uncertainty' is stored in the data structure. */
|
||||
#define GNSS_MEASUREMENT_HAS_CARRIER_PHASE_UNCERTAINTY (1<<12)
|
||||
/**
|
||||
* The value of 'pseudorange rate' is uncorrected.
|
||||
* This is a mandatory flag. See comments of
|
||||
* GpsMeasurement::pseudorange_rate_mps for more details.
|
||||
*/
|
||||
#define GNSS_MEASUREMENT_HAS_UNCORRECTED_PSEUDORANGE_RATE (1<<18)
|
||||
|
||||
/* The following typedef together with its constants below are deprecated, and
|
||||
* will be removed in the next release. */
|
||||
|
|
Loading…
Reference in a new issue