Summary: Ctors | Methods | Inherited Methods
public
static
final
class
GnssMeasurementsEvent.Builder
extends Object
Builder for GnssMeasurementsEvent
Summary
Public constructors | |
|---|---|
Builder()
Constructs a |
|
Builder(GnssMeasurementsEvent event)
Constructs a |
|
Public methods | |
|---|---|
GnssMeasurementsEvent
|
build()
Builds a |
GnssMeasurementsEvent.Builder
|
clearIsFullTracking()
Clears the full tracking mode indicator. |
GnssMeasurementsEvent.Builder
|
setClock(GnssClock clock)
Sets the |
GnssMeasurementsEvent.Builder
|
setGnssAutomaticGainControls(Collection<GnssAutomaticGainControl> agcs)
Sets the collection of |
GnssMeasurementsEvent.Builder
|
setIsFullTracking(boolean isFullTracking)
Sets whether the GNSS chipset was in the full tracking mode at the time this event was produced. |
GnssMeasurementsEvent.Builder
|
setMeasurements(Collection<GnssMeasurement> measurements)
Sets the collection of |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
Public constructors
Public methods
setIsFullTracking
public GnssMeasurementsEvent.Builder setIsFullTracking (boolean isFullTracking)
Sets whether the GNSS chipset was in the full tracking mode at the time this event was produced. True indicates that this event was produced while the chipset was in full tracking mode, ie, the GNSS chipset switched off duty cycling. In this mode, no clock discontinuities are expected and, when supported, carrier phase should be continuous in good signal conditions. All non-blocklisted, healthy constellations, satellites and frequency bands that are meaningful to positioning accuracy must be tracked and reported in this mode. False indicates that the GNSS chipset may optimize power via duty cycling, constellations and frequency limits, etc.
| Parameters | |
|---|---|
isFullTracking |
boolean |
| Returns | |
|---|---|
GnssMeasurementsEvent.Builder |
This value cannot be null. |