Documentation
¶
Index ¶
- type AddressClient
- func (c *AddressClient) ClearLatitude(ctx context.Context, handle int64) error
- func (c *AddressClient) ClearLongitude(ctx context.Context, handle int64) error
- func (c *AddressClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AddressClient) GetAddressLine(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *AddressClient) GetAdminArea(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetCountryCode(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetCountryName(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *AddressClient) GetFeatureName(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetLatitude(ctx context.Context, handle int64) (float64, error)
- func (c *AddressClient) GetLocale(ctx context.Context, handle int64) (int64, error)
- func (c *AddressClient) GetLocality(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetLongitude(ctx context.Context, handle int64) (float64, error)
- func (c *AddressClient) GetMaxAddressLineIndex(ctx context.Context, handle int64) (int32, error)
- func (c *AddressClient) GetPhone(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetPostalCode(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetPremises(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetSubAdminArea(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetSubLocality(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetSubThoroughfare(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetThoroughfare(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) GetUrl(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) HasLatitude(ctx context.Context, handle int64) (bool, error)
- func (c *AddressClient) HasLongitude(ctx context.Context, handle int64) (bool, error)
- func (c *AddressClient) SetAddressLine(ctx context.Context, handle int64, arg0 int32, arg1 string) error
- func (c *AddressClient) SetAdminArea(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetCountryCode(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetCountryName(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetExtras(ctx context.Context, handle int64, arg0 int64) error
- func (c *AddressClient) SetFeatureName(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetLatitude(ctx context.Context, handle int64, arg0 float64) error
- func (c *AddressClient) SetLocality(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetLongitude(ctx context.Context, handle int64, arg0 float64) error
- func (c *AddressClient) SetPhone(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetPostalCode(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetPremises(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetSubAdminArea(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetSubLocality(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetSubThoroughfare(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetThoroughfare(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) SetUrl(ctx context.Context, handle int64, arg0 string) error
- func (c *AddressClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *AddressClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type CriteriaClient
- func (c *CriteriaClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetAccuracy(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetBearingAccuracy(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetHorizontalAccuracy(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetPowerRequirement(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetSpeedAccuracy(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) GetVerticalAccuracy(ctx context.Context, handle int64) (int32, error)
- func (c *CriteriaClient) IsAltitudeRequired(ctx context.Context, handle int64) (bool, error)
- func (c *CriteriaClient) IsBearingRequired(ctx context.Context, handle int64) (bool, error)
- func (c *CriteriaClient) IsCostAllowed(ctx context.Context, handle int64) (bool, error)
- func (c *CriteriaClient) IsSpeedRequired(ctx context.Context, handle int64) (bool, error)
- func (c *CriteriaClient) SetAccuracy(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) SetAltitudeRequired(ctx context.Context, handle int64, arg0 bool) error
- func (c *CriteriaClient) SetBearingAccuracy(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) SetBearingRequired(ctx context.Context, handle int64, arg0 bool) error
- func (c *CriteriaClient) SetCostAllowed(ctx context.Context, handle int64, arg0 bool) error
- func (c *CriteriaClient) SetHorizontalAccuracy(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) SetPowerRequirement(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) SetSpeedAccuracy(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) SetSpeedRequired(ctx context.Context, handle int64, arg0 bool) error
- func (c *CriteriaClient) SetVerticalAccuracy(ctx context.Context, handle int64, arg0 int32) error
- func (c *CriteriaClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *CriteriaClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type GeocoderClient
- func (c *GeocoderClient) GetFromLocation3(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 int32) (int64, error)
- func (c *GeocoderClient) GetFromLocation4_1(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 int32, ...) error
- func (c *GeocoderClient) GetFromLocationName2(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *GeocoderClient) GetFromLocationName3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64) error
- func (c *GeocoderClient) GetFromLocationName6_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 float64, ...) (int64, error)
- func (c *GeocoderClient) GetFromLocationName7_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 float64, ...) error
- func (c *GeocoderClient) IsPresent(ctx context.Context, handle int64) (bool, error)
- type GnssAntennaInfoBuilderClient
- func (c *GnssAntennaInfoBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoBuilderClient) SetCarrierFrequencyMHz(ctx context.Context, arg0 float64) (int64, error)
- func (c *GnssAntennaInfoBuilderClient) SetPhaseCenterOffset(ctx context.Context, arg0 int64) (int64, error)
- func (c *GnssAntennaInfoBuilderClient) SetPhaseCenterVariationCorrections(ctx context.Context, arg0 int64) (int64, error)
- func (c *GnssAntennaInfoBuilderClient) SetSignalGainCorrections(ctx context.Context, arg0 int64) (int64, error)
- type GnssAntennaInfoClient
- func (c *GnssAntennaInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssAntennaInfoClient) GetCarrierFrequencyMHz(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoClient) GetPhaseCenterOffset(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoClient) GetPhaseCenterVariationCorrections(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoClient) GetSignalGainCorrections(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoClient) ToString(ctx context.Context) (string, error)
- func (c *GnssAntennaInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssAntennaInfoPhaseCenterOffsetClient
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetUncertaintyMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetUncertaintyMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetUncertaintyMm(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) ToString(ctx context.Context) (string, error)
- func (c *GnssAntennaInfoPhaseCenterOffsetClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssAntennaInfoSphericalCorrectionsClient
- func (c *GnssAntennaInfoSphericalCorrectionsClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionUncertaintiesArray(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionsArray(ctx context.Context) (int64, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) GetDeltaPhi(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) GetDeltaTheta(ctx context.Context) (float64, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) ToString(ctx context.Context) (string, error)
- func (c *GnssAntennaInfoSphericalCorrectionsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssAutomaticGainControlBuilderClient
- func (c *GnssAutomaticGainControlBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssAutomaticGainControlBuilderClient) SetCarrierFrequencyHz(ctx context.Context, arg0 int64) (int64, error)
- func (c *GnssAutomaticGainControlBuilderClient) SetConstellationType(ctx context.Context, arg0 int32) (int64, error)
- func (c *GnssAutomaticGainControlBuilderClient) SetLevelDb(ctx context.Context, arg0 float64) (int64, error)
- type GnssAutomaticGainControlClient
- func (c *GnssAutomaticGainControlClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssAutomaticGainControlClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssAutomaticGainControlClient) GetCarrierFrequencyHz(ctx context.Context) (int64, error)
- func (c *GnssAutomaticGainControlClient) GetConstellationType(ctx context.Context) (int32, error)
- func (c *GnssAutomaticGainControlClient) GetLevelDb(ctx context.Context) (float64, error)
- func (c *GnssAutomaticGainControlClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssAutomaticGainControlClient) ToString(ctx context.Context) (string, error)
- func (c *GnssAutomaticGainControlClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssCapabilitiesBuilderClient
- func (c *GnssCapabilitiesBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasAccumulatedDeltaRange(ctx context.Context, arg0 int32) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasAntennaInfo(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasGeofencing(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasLowPowerMode(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrections(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsExcessPathLength(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsForDriving(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsLosSats(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsReflectingPlane(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrelationVectors(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMeasurements(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMsa(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasMsb(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasNavigationMessages(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasOnDemandTime(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerMultibandAcquisition(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerMultibandTracking(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerOtherModes(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerSinglebandAcquisition(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerSinglebandTracking(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasPowerTotal(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasSatelliteBlocklist(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasSatellitePvt(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasScheduling(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssCapabilitiesBuilderClient) SetHasSingleShotFix(ctx context.Context, arg0 bool) (int64, error)
- type GnssCapabilitiesClient
- func (c *GnssCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssCapabilitiesClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssCapabilitiesClient) GetGnssSignalTypes(ctx context.Context) (int64, error)
- func (c *GnssCapabilitiesClient) HasAccumulatedDeltaRange(ctx context.Context) (int32, error)
- func (c *GnssCapabilitiesClient) HasAntennaInfo(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasGeofencing(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasGnssAntennaInfo(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasLowPowerMode(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrections(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsExcessPathLength(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsForDriving(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsLosSats(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsReflectingPlane(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurementCorrelationVectors(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMeasurements(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMsa(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasMsb(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasNavigationMessages(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasOnDemandTime(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerMultibandAcquisition(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerMultibandTracking(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerOtherModes(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerSinglebandAcquisition(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerSinglebandTracking(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasPowerTotal(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasSatelliteBlocklist(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasSatellitePvt(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasScheduling(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HasSingleShotFix(ctx context.Context) (bool, error)
- func (c *GnssCapabilitiesClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssCapabilitiesClient) ToString(ctx context.Context) (string, error)
- func (c *GnssCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssClockClient
- func (c *GnssClockClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssClockClient) GetBiasNanos(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetBiasUncertaintyNanos(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetDriftNanosPerSecond(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetDriftUncertaintyNanosPerSecond(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetElapsedRealtimeNanos(ctx context.Context) (int64, error)
- func (c *GnssClockClient) GetElapsedRealtimeUncertaintyNanos(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetFullBiasNanos(ctx context.Context) (int64, error)
- func (c *GnssClockClient) GetHardwareClockDiscontinuityCount(ctx context.Context) (int32, error)
- func (c *GnssClockClient) GetLeapSecond(ctx context.Context) (int32, error)
- func (c *GnssClockClient) GetReferenceCarrierFrequencyHzForIsb(ctx context.Context) (float64, error)
- func (c *GnssClockClient) GetReferenceCodeTypeForIsb(ctx context.Context) (string, error)
- func (c *GnssClockClient) GetReferenceConstellationTypeForIsb(ctx context.Context) (int32, error)
- func (c *GnssClockClient) GetTimeNanos(ctx context.Context) (int64, error)
- func (c *GnssClockClient) GetTimeUncertaintyNanos(ctx context.Context) (float64, error)
- func (c *GnssClockClient) HasBiasNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasBiasUncertaintyNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasDriftNanosPerSecond(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasDriftUncertaintyNanosPerSecond(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasElapsedRealtimeNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasElapsedRealtimeUncertaintyNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasFullBiasNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasLeapSecond(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasReferenceCarrierFrequencyHzForIsb(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasReferenceCodeTypeForIsb(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasReferenceConstellationTypeForIsb(ctx context.Context) (bool, error)
- func (c *GnssClockClient) HasTimeUncertaintyNanos(ctx context.Context) (bool, error)
- func (c *GnssClockClient) ToString(ctx context.Context) (string, error)
- func (c *GnssClockClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssMeasurementClient
- func (c *GnssMeasurementClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeMeters(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeState(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeUncertaintyMeters(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetAutomaticGainControlLevelDb(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetBasebandCn0DbHz(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetCarrierCycles(ctx context.Context) (int64, error)
- func (c *GnssMeasurementClient) GetCarrierFrequencyHz(ctx context.Context) (float32, error)
- func (c *GnssMeasurementClient) GetCarrierPhase(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetCarrierPhaseUncertainty(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetCn0DbHz(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetCodeType(ctx context.Context) (string, error)
- func (c *GnssMeasurementClient) GetConstellationType(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetFullInterSignalBiasNanos(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetFullInterSignalBiasUncertaintyNanos(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetMultipathIndicator(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetPseudorangeRateMetersPerSecond(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetPseudorangeRateUncertaintyMetersPerSecond(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetReceivedSvTimeNanos(ctx context.Context) (int64, error)
- func (c *GnssMeasurementClient) GetReceivedSvTimeUncertaintyNanos(ctx context.Context) (int64, error)
- func (c *GnssMeasurementClient) GetSatelliteInterSignalBiasNanos(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetSatelliteInterSignalBiasUncertaintyNanos(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetSnrInDb(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) GetState(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetSvid(ctx context.Context) (int32, error)
- func (c *GnssMeasurementClient) GetTimeOffsetNanos(ctx context.Context) (float64, error)
- func (c *GnssMeasurementClient) HasAutomaticGainControlLevelDb(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasBasebandCn0DbHz(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasCarrierCycles(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasCarrierFrequencyHz(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasCarrierPhase(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasCarrierPhaseUncertainty(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasCodeType(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasFullInterSignalBiasNanos(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasFullInterSignalBiasUncertaintyNanos(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasSatelliteInterSignalBiasNanos(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasSatelliteInterSignalBiasUncertaintyNanos(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) HasSnrInDb(ctx context.Context) (bool, error)
- func (c *GnssMeasurementClient) ToString(ctx context.Context) (string, error)
- func (c *GnssMeasurementClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssMeasurementRequestBuilderClient
- func (c *GnssMeasurementRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssMeasurementRequestBuilderClient) SetFullTracking(ctx context.Context, arg0 bool) (int64, error)
- func (c *GnssMeasurementRequestBuilderClient) SetIntervalMillis(ctx context.Context, arg0 int32) (int64, error)
- type GnssMeasurementRequestClient
- func (c *GnssMeasurementRequestClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssMeasurementRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssMeasurementRequestClient) GetIntervalMillis(ctx context.Context) (int32, error)
- func (c *GnssMeasurementRequestClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssMeasurementRequestClient) IsFullTracking(ctx context.Context) (bool, error)
- func (c *GnssMeasurementRequestClient) ToString(ctx context.Context) (string, error)
- func (c *GnssMeasurementRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssMeasurementsEventBuilderClient
- func (c *GnssMeasurementsEventBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssMeasurementsEventBuilderClient) ClearIsFullTracking(ctx context.Context) (int64, error)
- func (c *GnssMeasurementsEventBuilderClient) SetClock(ctx context.Context, arg0 int64) (int64, error)
- func (c *GnssMeasurementsEventBuilderClient) SetIsFullTracking(ctx context.Context, arg0 bool) (int64, error)
- type GnssMeasurementsEventCallbackClient
- type GnssMeasurementsEventClient
- func (c *GnssMeasurementsEventClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssMeasurementsEventClient) GetClock(ctx context.Context) (int64, error)
- func (c *GnssMeasurementsEventClient) GetGnssAutomaticGainControls(ctx context.Context) (int64, error)
- func (c *GnssMeasurementsEventClient) GetMeasurements(ctx context.Context) (int64, error)
- func (c *GnssMeasurementsEventClient) HasIsFullTracking(ctx context.Context) (bool, error)
- func (c *GnssMeasurementsEventClient) IsFullTracking(ctx context.Context) (bool, error)
- func (c *GnssMeasurementsEventClient) ToString(ctx context.Context) (string, error)
- func (c *GnssMeasurementsEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssNavigationMessageCallbackClient
- type GnssNavigationMessageClient
- func (c *GnssNavigationMessageClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) GetData(ctx context.Context) (int64, error)
- func (c *GnssNavigationMessageClient) GetMessageId(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) GetStatus(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) GetSubmessageId(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) GetSvid(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) GetType(ctx context.Context) (int32, error)
- func (c *GnssNavigationMessageClient) ToString(ctx context.Context) (string, error)
- func (c *GnssNavigationMessageClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssSignalTypeClient
- func (c *GnssSignalTypeClient) Create(ctx context.Context, arg0 int32, arg1 float64, arg2 string) (int64, error)
- func (c *GnssSignalTypeClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssSignalTypeClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssSignalTypeClient) GetCarrierFrequencyHz(ctx context.Context) (float64, error)
- func (c *GnssSignalTypeClient) GetCodeType(ctx context.Context) (string, error)
- func (c *GnssSignalTypeClient) GetConstellationType(ctx context.Context) (int32, error)
- func (c *GnssSignalTypeClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssSignalTypeClient) ToString(ctx context.Context) (string, error)
- func (c *GnssSignalTypeClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GnssStatusBuilderClient
- func (c *GnssStatusBuilderClient) AddSatellite(ctx context.Context, arg0 int32, arg1 int32, arg2 float32, arg3 float32, ...) (int64, error)
- func (c *GnssStatusBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *GnssStatusBuilderClient) ClearSatellites(ctx context.Context) (int64, error)
- type GnssStatusCallbackClient
- func (c *GnssStatusCallbackClient) OnFirstFix(ctx context.Context, arg0 int32) error
- func (c *GnssStatusCallbackClient) OnSatelliteStatusChanged(ctx context.Context, arg0 int64) error
- func (c *GnssStatusCallbackClient) OnStarted(ctx context.Context) error
- func (c *GnssStatusCallbackClient) OnStopped(ctx context.Context) error
- type GnssStatusClient
- func (c *GnssStatusClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *GnssStatusClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *GnssStatusClient) GetAzimuthDegrees(ctx context.Context, arg0 int32) (float32, error)
- func (c *GnssStatusClient) GetBasebandCn0DbHz(ctx context.Context, arg0 int32) (float32, error)
- func (c *GnssStatusClient) GetCarrierFrequencyHz(ctx context.Context, arg0 int32) (float32, error)
- func (c *GnssStatusClient) GetCn0DbHz(ctx context.Context, arg0 int32) (float32, error)
- func (c *GnssStatusClient) GetConstellationType(ctx context.Context, arg0 int32) (int32, error)
- func (c *GnssStatusClient) GetElevationDegrees(ctx context.Context, arg0 int32) (float32, error)
- func (c *GnssStatusClient) GetSatelliteCount(ctx context.Context) (int32, error)
- func (c *GnssStatusClient) GetSvid(ctx context.Context, arg0 int32) (int32, error)
- func (c *GnssStatusClient) HasAlmanacData(ctx context.Context, arg0 int32) (bool, error)
- func (c *GnssStatusClient) HasBasebandCn0DbHz(ctx context.Context, arg0 int32) (bool, error)
- func (c *GnssStatusClient) HasCarrierFrequencyHz(ctx context.Context, arg0 int32) (bool, error)
- func (c *GnssStatusClient) HasEphemerisData(ctx context.Context, arg0 int32) (bool, error)
- func (c *GnssStatusClient) HashCode(ctx context.Context) (int32, error)
- func (c *GnssStatusClient) UsedInFix(ctx context.Context, arg0 int32) (bool, error)
- func (c *GnssStatusClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type GpsSatelliteClient
- func (c *GpsSatelliteClient) GetAzimuth(ctx context.Context) (float32, error)
- func (c *GpsSatelliteClient) GetElevation(ctx context.Context) (float32, error)
- func (c *GpsSatelliteClient) GetPrn(ctx context.Context) (int32, error)
- func (c *GpsSatelliteClient) GetSnr(ctx context.Context) (float32, error)
- func (c *GpsSatelliteClient) HasAlmanac(ctx context.Context) (bool, error)
- func (c *GpsSatelliteClient) HasEphemeris(ctx context.Context) (bool, error)
- func (c *GpsSatelliteClient) UsedInFix(ctx context.Context) (bool, error)
- type GpsStatusClient
- func (c *GpsStatusClient) Create(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *GpsStatusClient) GetMaxSatellites(ctx context.Context) (int32, error)
- func (c *GpsStatusClient) GetSatellites(ctx context.Context) (int64, error)
- func (c *GpsStatusClient) GetTimeToFirstFix(ctx context.Context) (int32, error)
- type GpsStatusListenerClient
- type GpsStatusNmeaListenerClient
- type ListenerClient
- type LocationClient
- func (c *LocationClient) BearingTo(ctx context.Context, handle int64, arg0 int64) (float32, error)
- func (c *LocationClient) Convert1_1(ctx context.Context, handle int64, arg0 string) (float64, error)
- func (c *LocationClient) Convert2(ctx context.Context, handle int64, arg0 float64, arg1 int32) (string, error)
- func (c *LocationClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *LocationClient) DistanceBetween(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 float64, ...) error
- func (c *LocationClient) DistanceTo(ctx context.Context, handle int64, arg0 int64) (float32, error)
- func (c *LocationClient) Dump(ctx context.Context, handle int64, arg0 int64, arg1 string) error
- func (c *LocationClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *LocationClient) GetAccuracy(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetAltitude(ctx context.Context, handle int64) (float64, error)
- func (c *LocationClient) GetBearing(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetBearingAccuracyDegrees(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetElapsedRealtimeAgeMillis0(ctx context.Context, handle int64) (int64, error)
- func (c *LocationClient) GetElapsedRealtimeAgeMillis1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *LocationClient) GetElapsedRealtimeMillis(ctx context.Context, handle int64) (int64, error)
- func (c *LocationClient) GetElapsedRealtimeNanos(ctx context.Context, handle int64) (int64, error)
- func (c *LocationClient) GetElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) (float64, error)
- func (c *LocationClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *LocationClient) GetLatitude(ctx context.Context, handle int64) (float64, error)
- func (c *LocationClient) GetLongitude(ctx context.Context, handle int64) (float64, error)
- func (c *LocationClient) GetMslAltitudeAccuracyMeters(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetMslAltitudeMeters(ctx context.Context, handle int64) (float64, error)
- func (c *LocationClient) GetProvider(ctx context.Context, handle int64) (string, error)
- func (c *LocationClient) GetSpeed(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetSpeedAccuracyMetersPerSecond(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) GetTime(ctx context.Context, handle int64) (int64, error)
- func (c *LocationClient) GetVerticalAccuracyMeters(ctx context.Context, handle int64) (float32, error)
- func (c *LocationClient) HasAccuracy(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasAltitude(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasBearing(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasBearingAccuracy(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasMslAltitude(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasMslAltitudeAccuracy(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasSpeed(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasSpeedAccuracy(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HasVerticalAccuracy(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *LocationClient) IsComplete(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) IsFromMockProvider(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) IsMock(ctx context.Context, handle int64) (bool, error)
- func (c *LocationClient) RemoveAccuracy(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveAltitude(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveBearing(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveBearingAccuracy(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveMslAltitude(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveMslAltitudeAccuracy(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveSpeed(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveSpeedAccuracy(ctx context.Context, handle int64) error
- func (c *LocationClient) RemoveVerticalAccuracy(ctx context.Context, handle int64) error
- func (c *LocationClient) Reset(ctx context.Context, handle int64) error
- func (c *LocationClient) Set(ctx context.Context, handle int64, arg0 int64) error
- func (c *LocationClient) SetAccuracy(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetAltitude(ctx context.Context, handle int64, arg0 float64) error
- func (c *LocationClient) SetBearing(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetBearingAccuracyDegrees(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetElapsedRealtimeNanos(ctx context.Context, handle int64, arg0 int64) error
- func (c *LocationClient) SetElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64, arg0 float64) error
- func (c *LocationClient) SetExtras(ctx context.Context, handle int64, arg0 int64) error
- func (c *LocationClient) SetLatitude(ctx context.Context, handle int64, arg0 float64) error
- func (c *LocationClient) SetLongitude(ctx context.Context, handle int64, arg0 float64) error
- func (c *LocationClient) SetMock(ctx context.Context, handle int64, arg0 bool) error
- func (c *LocationClient) SetMslAltitudeAccuracyMeters(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetMslAltitudeMeters(ctx context.Context, handle int64, arg0 float64) error
- func (c *LocationClient) SetProvider(ctx context.Context, handle int64, arg0 string) error
- func (c *LocationClient) SetSpeed(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetSpeedAccuracyMetersPerSecond(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) SetTime(ctx context.Context, handle int64, arg0 int64) error
- func (c *LocationClient) SetVerticalAccuracyMeters(ctx context.Context, handle int64, arg0 float32) error
- func (c *LocationClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *LocationClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ManagerClient
- func (c *ManagerClient) AddGpsStatusListener(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) AddNmeaListener1(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) AddNmeaListener1_1(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) AddNmeaListener2_2(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *ManagerClient) AddProximityAlert(ctx context.Context, arg0 float64, arg1 float64, arg2 float32, arg3 int64, ...) error
- func (c *ManagerClient) AddTestProvider2(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ManagerClient) AddTestProvider10_1(ctx context.Context, arg0 string, arg1 bool, arg2 bool, arg3 bool, arg4 bool, ...) error
- func (c *ManagerClient) ClearTestProviderEnabled(ctx context.Context, arg0 string) error
- func (c *ManagerClient) ClearTestProviderLocation(ctx context.Context, arg0 string) error
- func (c *ManagerClient) ClearTestProviderStatus(ctx context.Context, arg0 string) error
- func (c *ManagerClient) GetAllProviders(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetBestProvider(ctx context.Context, arg0 int64, arg1 bool) (string, error)
- func (c *ManagerClient) GetGnssAntennaInfos(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetGnssCapabilities(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetGnssHardwareModelName(ctx context.Context) (string, error)
- func (c *ManagerClient) GetGnssYearOfHardware(ctx context.Context) (int32, error)
- func (c *ManagerClient) GetGpsStatus(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetLastKnownLocation(ctx context.Context, arg0 string) (int64, error)
- func (c *ManagerClient) GetProvider(ctx context.Context, arg0 string) (int64, error)
- func (c *ManagerClient) GetProviderProperties(ctx context.Context, arg0 string) (int64, error)
- func (c *ManagerClient) GetProviders1_1(ctx context.Context, arg0 bool) (int64, error)
- func (c *ManagerClient) GetProviders2(ctx context.Context, arg0 int64, arg1 bool) (int64, error)
- func (c *ManagerClient) HasProvider(ctx context.Context, arg0 string) (bool, error)
- func (c *ManagerClient) IsLocationEnabled(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsProviderEnabled(ctx context.Context, arg0 string) (bool, error)
- func (c *ManagerClient) RegisterAntennaInfoListener(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssMeasurementsCallback1_1(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssMeasurementsCallback2_2(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssMeasurementsCallback3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssNavigationMessageCallback1(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssNavigationMessageCallback2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssStatusCallback1(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) RegisterGnssStatusCallback2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *ManagerClient) RemoveGpsStatusListener(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RemoveNmeaListener1(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RemoveNmeaListener1_1(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RemoveProximityAlert(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RemoveTestProvider(ctx context.Context, arg0 string) error
- func (c *ManagerClient) RemoveUpdates1(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RemoveUpdates1_1(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) RequestFlush3(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error
- func (c *ManagerClient) RequestFlush3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error
- func (c *ManagerClient) RequestLocationUpdates3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error
- func (c *ManagerClient) RequestLocationUpdates4_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
- func (c *ManagerClient) RequestLocationUpdates4_2(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64) error
- func (c *ManagerClient) RequestLocationUpdates4_3(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64) error
- func (c *ManagerClient) RequestLocationUpdates4_6(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64) error
- func (c *ManagerClient) RequestLocationUpdates5_4(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64, ...) error
- func (c *ManagerClient) RequestLocationUpdates5_5(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64, ...) error
- func (c *ManagerClient) RequestLocationUpdates5_7(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64, ...) error
- func (c *ManagerClient) RequestLocationUpdates5_8(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64, ...) error
- func (c *ManagerClient) RequestSingleUpdate2(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) RequestSingleUpdate2_2(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ManagerClient) RequestSingleUpdate3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *ManagerClient) RequestSingleUpdate3_3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error
- func (c *ManagerClient) SendExtraCommand(ctx context.Context, arg0 string, arg1 string, arg2 int64) (bool, error)
- func (c *ManagerClient) SetTestProviderEnabled(ctx context.Context, arg0 string, arg1 bool) error
- func (c *ManagerClient) SetTestProviderLocation(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ManagerClient) SetTestProviderStatus(ctx context.Context, arg0 string, arg1 int32, arg2 int64, arg3 int64) error
- func (c *ManagerClient) UnregisterAntennaInfoListener(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) UnregisterGnssMeasurementsCallback(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) UnregisterGnssNavigationMessageCallback(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) UnregisterGnssStatusCallback(ctx context.Context, arg0 int64) error
- type OnNmeaMessageListenerClient
- type ProviderClient
- func (c *ProviderClient) GetAccuracy(ctx context.Context) (int32, error)
- func (c *ProviderClient) GetName(ctx context.Context) (string, error)
- func (c *ProviderClient) GetPowerRequirement(ctx context.Context) (int32, error)
- func (c *ProviderClient) HasMonetaryCost(ctx context.Context) (bool, error)
- func (c *ProviderClient) MeetsCriteria(ctx context.Context, arg0 int64) (bool, error)
- func (c *ProviderClient) RequiresCell(ctx context.Context) (bool, error)
- func (c *ProviderClient) RequiresNetwork(ctx context.Context) (bool, error)
- func (c *ProviderClient) RequiresSatellite(ctx context.Context) (bool, error)
- func (c *ProviderClient) SupportsAltitude(ctx context.Context) (bool, error)
- func (c *ProviderClient) SupportsBearing(ctx context.Context) (bool, error)
- func (c *ProviderClient) SupportsSpeed(ctx context.Context) (bool, error)
- type RequestBuilderClient
- func (c *RequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *RequestBuilderClient) ClearMinUpdateIntervalMillis(ctx context.Context) (int64, error)
- func (c *RequestBuilderClient) SetDurationMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *RequestBuilderClient) SetIntervalMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *RequestBuilderClient) SetMaxUpdateDelayMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *RequestBuilderClient) SetMaxUpdates(ctx context.Context, arg0 int32) (int64, error)
- func (c *RequestBuilderClient) SetMinUpdateDistanceMeters(ctx context.Context, arg0 float32) (int64, error)
- func (c *RequestBuilderClient) SetMinUpdateIntervalMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *RequestBuilderClient) SetQuality(ctx context.Context, arg0 int32) (int64, error)
- type RequestClient
- func (c *RequestClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RequestClient) GetDurationMillis(ctx context.Context) (int64, error)
- func (c *RequestClient) GetIntervalMillis(ctx context.Context) (int64, error)
- func (c *RequestClient) GetMaxUpdateDelayMillis(ctx context.Context) (int64, error)
- func (c *RequestClient) GetMaxUpdates(ctx context.Context) (int32, error)
- func (c *RequestClient) GetMinUpdateDistanceMeters(ctx context.Context) (float32, error)
- func (c *RequestClient) GetMinUpdateIntervalMillis(ctx context.Context) (int64, error)
- func (c *RequestClient) GetQuality(ctx context.Context) (int32, error)
- func (c *RequestClient) HashCode(ctx context.Context) (int32, error)
- func (c *RequestClient) ToString(ctx context.Context) (string, error)
- func (c *RequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type SettingInjectorServiceClient
- func (c *SettingInjectorServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *SettingInjectorServiceClient) OnStart(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *SettingInjectorServiceClient) OnStartCommand(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *SettingInjectorServiceClient) RefreshSettings(ctx context.Context, arg0 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressClient ¶ added in v0.0.6
type AddressClient struct {
// contains filtered or unexported fields
}
AddressClient wraps the gRPC AddressService client.
func NewAddressClient ¶ added in v0.0.6
func NewAddressClient(cc grpc.ClientConnInterface) *AddressClient
NewAddressClient creates a new Address client.
func (*AddressClient) ClearLatitude ¶ added in v0.0.6
func (c *AddressClient) ClearLatitude(ctx context.Context, handle int64) error
ClearLatitude calls the ClearLatitude RPC.
func (*AddressClient) ClearLongitude ¶ added in v0.0.6
func (c *AddressClient) ClearLongitude(ctx context.Context, handle int64) error
ClearLongitude calls the ClearLongitude RPC.
func (*AddressClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*AddressClient) GetAddressLine ¶ added in v0.0.6
func (c *AddressClient) GetAddressLine(ctx context.Context, handle int64, arg0 int32) (string, error)
GetAddressLine calls the GetAddressLine RPC.
func (*AddressClient) GetAdminArea ¶ added in v0.0.6
GetAdminArea calls the GetAdminArea RPC.
func (*AddressClient) GetCountryCode ¶ added in v0.0.6
GetCountryCode calls the GetCountryCode RPC.
func (*AddressClient) GetCountryName ¶ added in v0.0.6
GetCountryName calls the GetCountryName RPC.
func (*AddressClient) GetFeatureName ¶ added in v0.0.6
GetFeatureName calls the GetFeatureName RPC.
func (*AddressClient) GetLatitude ¶ added in v0.0.6
GetLatitude calls the GetLatitude RPC.
func (*AddressClient) GetLocality ¶ added in v0.0.6
GetLocality calls the GetLocality RPC.
func (*AddressClient) GetLongitude ¶ added in v0.0.6
GetLongitude calls the GetLongitude RPC.
func (*AddressClient) GetMaxAddressLineIndex ¶ added in v0.0.6
GetMaxAddressLineIndex calls the GetMaxAddressLineIndex RPC.
func (*AddressClient) GetPostalCode ¶ added in v0.0.6
GetPostalCode calls the GetPostalCode RPC.
func (*AddressClient) GetPremises ¶ added in v0.0.6
GetPremises calls the GetPremises RPC.
func (*AddressClient) GetSubAdminArea ¶ added in v0.0.6
GetSubAdminArea calls the GetSubAdminArea RPC.
func (*AddressClient) GetSubLocality ¶ added in v0.0.6
GetSubLocality calls the GetSubLocality RPC.
func (*AddressClient) GetSubThoroughfare ¶ added in v0.0.6
GetSubThoroughfare calls the GetSubThoroughfare RPC.
func (*AddressClient) GetThoroughfare ¶ added in v0.0.6
GetThoroughfare calls the GetThoroughfare RPC.
func (*AddressClient) HasLatitude ¶ added in v0.0.6
HasLatitude calls the HasLatitude RPC.
func (*AddressClient) HasLongitude ¶ added in v0.0.6
HasLongitude calls the HasLongitude RPC.
func (*AddressClient) SetAddressLine ¶ added in v0.0.6
func (c *AddressClient) SetAddressLine(ctx context.Context, handle int64, arg0 int32, arg1 string) error
SetAddressLine calls the SetAddressLine RPC.
func (*AddressClient) SetAdminArea ¶ added in v0.0.6
SetAdminArea calls the SetAdminArea RPC.
func (*AddressClient) SetCountryCode ¶ added in v0.0.6
SetCountryCode calls the SetCountryCode RPC.
func (*AddressClient) SetCountryName ¶ added in v0.0.6
SetCountryName calls the SetCountryName RPC.
func (*AddressClient) SetFeatureName ¶ added in v0.0.6
SetFeatureName calls the SetFeatureName RPC.
func (*AddressClient) SetLatitude ¶ added in v0.0.6
SetLatitude calls the SetLatitude RPC.
func (*AddressClient) SetLocality ¶ added in v0.0.6
SetLocality calls the SetLocality RPC.
func (*AddressClient) SetLongitude ¶ added in v0.0.6
SetLongitude calls the SetLongitude RPC.
func (*AddressClient) SetPostalCode ¶ added in v0.0.6
SetPostalCode calls the SetPostalCode RPC.
func (*AddressClient) SetPremises ¶ added in v0.0.6
SetPremises calls the SetPremises RPC.
func (*AddressClient) SetSubAdminArea ¶ added in v0.0.6
SetSubAdminArea calls the SetSubAdminArea RPC.
func (*AddressClient) SetSubLocality ¶ added in v0.0.6
SetSubLocality calls the SetSubLocality RPC.
func (*AddressClient) SetSubThoroughfare ¶ added in v0.0.6
SetSubThoroughfare calls the SetSubThoroughfare RPC.
func (*AddressClient) SetThoroughfare ¶ added in v0.0.6
SetThoroughfare calls the SetThoroughfare RPC.
func (*AddressClient) WriteToParcel ¶ added in v0.0.6
func (c *AddressClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type CriteriaClient ¶ added in v0.0.6
type CriteriaClient struct {
// contains filtered or unexported fields
}
CriteriaClient wraps the gRPC CriteriaService client.
func NewCriteriaClient ¶ added in v0.0.6
func NewCriteriaClient(cc grpc.ClientConnInterface) *CriteriaClient
NewCriteriaClient creates a new Criteria client.
func (*CriteriaClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*CriteriaClient) GetAccuracy ¶ added in v0.0.6
GetAccuracy calls the GetAccuracy RPC.
func (*CriteriaClient) GetBearingAccuracy ¶ added in v0.0.6
GetBearingAccuracy calls the GetBearingAccuracy RPC.
func (*CriteriaClient) GetHorizontalAccuracy ¶ added in v0.0.6
GetHorizontalAccuracy calls the GetHorizontalAccuracy RPC.
func (*CriteriaClient) GetPowerRequirement ¶ added in v0.0.6
GetPowerRequirement calls the GetPowerRequirement RPC.
func (*CriteriaClient) GetSpeedAccuracy ¶ added in v0.0.6
GetSpeedAccuracy calls the GetSpeedAccuracy RPC.
func (*CriteriaClient) GetVerticalAccuracy ¶ added in v0.0.6
GetVerticalAccuracy calls the GetVerticalAccuracy RPC.
func (*CriteriaClient) IsAltitudeRequired ¶ added in v0.0.6
IsAltitudeRequired calls the IsAltitudeRequired RPC.
func (*CriteriaClient) IsBearingRequired ¶ added in v0.0.6
IsBearingRequired calls the IsBearingRequired RPC.
func (*CriteriaClient) IsCostAllowed ¶ added in v0.0.6
IsCostAllowed calls the IsCostAllowed RPC.
func (*CriteriaClient) IsSpeedRequired ¶ added in v0.0.6
IsSpeedRequired calls the IsSpeedRequired RPC.
func (*CriteriaClient) SetAccuracy ¶ added in v0.0.6
SetAccuracy calls the SetAccuracy RPC.
func (*CriteriaClient) SetAltitudeRequired ¶ added in v0.0.6
SetAltitudeRequired calls the SetAltitudeRequired RPC.
func (*CriteriaClient) SetBearingAccuracy ¶ added in v0.0.6
SetBearingAccuracy calls the SetBearingAccuracy RPC.
func (*CriteriaClient) SetBearingRequired ¶ added in v0.0.6
SetBearingRequired calls the SetBearingRequired RPC.
func (*CriteriaClient) SetCostAllowed ¶ added in v0.0.6
SetCostAllowed calls the SetCostAllowed RPC.
func (*CriteriaClient) SetHorizontalAccuracy ¶ added in v0.0.6
SetHorizontalAccuracy calls the SetHorizontalAccuracy RPC.
func (*CriteriaClient) SetPowerRequirement ¶ added in v0.0.6
SetPowerRequirement calls the SetPowerRequirement RPC.
func (*CriteriaClient) SetSpeedAccuracy ¶ added in v0.0.6
SetSpeedAccuracy calls the SetSpeedAccuracy RPC.
func (*CriteriaClient) SetSpeedRequired ¶ added in v0.0.6
SetSpeedRequired calls the SetSpeedRequired RPC.
func (*CriteriaClient) SetVerticalAccuracy ¶ added in v0.0.6
SetVerticalAccuracy calls the SetVerticalAccuracy RPC.
func (*CriteriaClient) WriteToParcel ¶ added in v0.0.6
func (c *CriteriaClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GeocoderClient ¶ added in v0.0.6
type GeocoderClient struct {
// contains filtered or unexported fields
}
GeocoderClient wraps the gRPC GeocoderService client.
func NewGeocoderClient ¶ added in v0.0.6
func NewGeocoderClient(cc grpc.ClientConnInterface) *GeocoderClient
NewGeocoderClient creates a new Geocoder client.
func (*GeocoderClient) GetFromLocation3 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocation3(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 int32) (int64, error)
GetFromLocation3 calls the GetFromLocation3 RPC.
func (*GeocoderClient) GetFromLocation4_1 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocation4_1(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 int32, arg3 int64) error
GetFromLocation4_1 calls the GetFromLocation4_1 RPC.
func (*GeocoderClient) GetFromLocationName2 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocationName2(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
GetFromLocationName2 calls the GetFromLocationName2 RPC.
func (*GeocoderClient) GetFromLocationName3_1 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocationName3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64) error
GetFromLocationName3_1 calls the GetFromLocationName3_1 RPC.
func (*GeocoderClient) GetFromLocationName6_2 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocationName6_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 float64, arg3 float64, arg4 float64, arg5 float64) (int64, error)
GetFromLocationName6_2 calls the GetFromLocationName6_2 RPC.
func (*GeocoderClient) GetFromLocationName7_3 ¶ added in v0.0.6
func (c *GeocoderClient) GetFromLocationName7_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 float64, arg3 float64, arg4 float64, arg5 float64, arg6 int64) error
GetFromLocationName7_3 calls the GetFromLocationName7_3 RPC.
type GnssAntennaInfoBuilderClient ¶ added in v0.0.6
type GnssAntennaInfoBuilderClient struct {
// contains filtered or unexported fields
}
GnssAntennaInfoBuilderClient wraps the gRPC GnssAntennaInfoBuilderService client.
func NewGnssAntennaInfoBuilderClient ¶ added in v0.0.6
func NewGnssAntennaInfoBuilderClient(cc grpc.ClientConnInterface) *GnssAntennaInfoBuilderClient
NewGnssAntennaInfoBuilderClient creates a new GnssAntennaInfoBuilder client.
func (*GnssAntennaInfoBuilderClient) Build ¶ added in v0.0.6
func (c *GnssAntennaInfoBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssAntennaInfoBuilderClient) SetCarrierFrequencyMHz ¶ added in v0.0.6
func (c *GnssAntennaInfoBuilderClient) SetCarrierFrequencyMHz(ctx context.Context, arg0 float64) (int64, error)
SetCarrierFrequencyMHz calls the SetCarrierFrequencyMHz RPC.
func (*GnssAntennaInfoBuilderClient) SetPhaseCenterOffset ¶ added in v0.0.6
func (c *GnssAntennaInfoBuilderClient) SetPhaseCenterOffset(ctx context.Context, arg0 int64) (int64, error)
SetPhaseCenterOffset calls the SetPhaseCenterOffset RPC.
func (*GnssAntennaInfoBuilderClient) SetPhaseCenterVariationCorrections ¶ added in v0.0.6
func (c *GnssAntennaInfoBuilderClient) SetPhaseCenterVariationCorrections(ctx context.Context, arg0 int64) (int64, error)
SetPhaseCenterVariationCorrections calls the SetPhaseCenterVariationCorrections RPC.
func (*GnssAntennaInfoBuilderClient) SetSignalGainCorrections ¶ added in v0.0.6
func (c *GnssAntennaInfoBuilderClient) SetSignalGainCorrections(ctx context.Context, arg0 int64) (int64, error)
SetSignalGainCorrections calls the SetSignalGainCorrections RPC.
type GnssAntennaInfoClient ¶ added in v0.0.6
type GnssAntennaInfoClient struct {
// contains filtered or unexported fields
}
GnssAntennaInfoClient wraps the gRPC GnssAntennaInfoService client.
func NewGnssAntennaInfoClient ¶ added in v0.0.6
func NewGnssAntennaInfoClient(cc grpc.ClientConnInterface) *GnssAntennaInfoClient
NewGnssAntennaInfoClient creates a new GnssAntennaInfo client.
func (*GnssAntennaInfoClient) DescribeContents ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssAntennaInfoClient) GetCarrierFrequencyMHz ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) GetCarrierFrequencyMHz(ctx context.Context) (float64, error)
GetCarrierFrequencyMHz calls the GetCarrierFrequencyMHz RPC.
func (*GnssAntennaInfoClient) GetPhaseCenterOffset ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) GetPhaseCenterOffset(ctx context.Context) (int64, error)
GetPhaseCenterOffset calls the GetPhaseCenterOffset RPC.
func (*GnssAntennaInfoClient) GetPhaseCenterVariationCorrections ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) GetPhaseCenterVariationCorrections(ctx context.Context) (int64, error)
GetPhaseCenterVariationCorrections calls the GetPhaseCenterVariationCorrections RPC.
func (*GnssAntennaInfoClient) GetSignalGainCorrections ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) GetSignalGainCorrections(ctx context.Context) (int64, error)
GetSignalGainCorrections calls the GetSignalGainCorrections RPC.
func (*GnssAntennaInfoClient) HashCode ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssAntennaInfoClient) ToString ¶ added in v0.0.6
func (c *GnssAntennaInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssAntennaInfoClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GnssAntennaInfoPhaseCenterOffsetClient ¶ added in v0.0.6
type GnssAntennaInfoPhaseCenterOffsetClient struct {
// contains filtered or unexported fields
}
GnssAntennaInfoPhaseCenterOffsetClient wraps the gRPC GnssAntennaInfoPhaseCenterOffsetService client.
func NewGnssAntennaInfoPhaseCenterOffsetClient ¶ added in v0.0.6
func NewGnssAntennaInfoPhaseCenterOffsetClient(cc grpc.ClientConnInterface) *GnssAntennaInfoPhaseCenterOffsetClient
NewGnssAntennaInfoPhaseCenterOffsetClient creates a new GnssAntennaInfoPhaseCenterOffset client.
func (*GnssAntennaInfoPhaseCenterOffsetClient) DescribeContents ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) Equals ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetMm(ctx context.Context) (float64, error)
GetXOffsetMm calls the GetXOffsetMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetUncertaintyMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetXOffsetUncertaintyMm(ctx context.Context) (float64, error)
GetXOffsetUncertaintyMm calls the GetXOffsetUncertaintyMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetMm(ctx context.Context) (float64, error)
GetYOffsetMm calls the GetYOffsetMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetUncertaintyMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetYOffsetUncertaintyMm(ctx context.Context) (float64, error)
GetYOffsetUncertaintyMm calls the GetYOffsetUncertaintyMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetMm(ctx context.Context) (float64, error)
GetZOffsetMm calls the GetZOffsetMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetUncertaintyMm ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) GetZOffsetUncertaintyMm(ctx context.Context) (float64, error)
GetZOffsetUncertaintyMm calls the GetZOffsetUncertaintyMm RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) HashCode ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) ToString ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssAntennaInfoPhaseCenterOffsetClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssAntennaInfoPhaseCenterOffsetClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssAntennaInfoSphericalCorrectionsClient ¶ added in v0.0.6
type GnssAntennaInfoSphericalCorrectionsClient struct {
// contains filtered or unexported fields
}
GnssAntennaInfoSphericalCorrectionsClient wraps the gRPC GnssAntennaInfoSphericalCorrectionsService client.
func NewGnssAntennaInfoSphericalCorrectionsClient ¶ added in v0.0.6
func NewGnssAntennaInfoSphericalCorrectionsClient(cc grpc.ClientConnInterface) *GnssAntennaInfoSphericalCorrectionsClient
NewGnssAntennaInfoSphericalCorrectionsClient creates a new GnssAntennaInfoSphericalCorrections client.
func (*GnssAntennaInfoSphericalCorrectionsClient) DescribeContents ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) Equals ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionUncertaintiesArray ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionUncertaintiesArray(ctx context.Context) (int64, error)
GetCorrectionUncertaintiesArray calls the GetCorrectionUncertaintiesArray RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionsArray ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) GetCorrectionsArray(ctx context.Context) (int64, error)
GetCorrectionsArray calls the GetCorrectionsArray RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) GetDeltaPhi ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) GetDeltaPhi(ctx context.Context) (float64, error)
GetDeltaPhi calls the GetDeltaPhi RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) GetDeltaTheta ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) GetDeltaTheta(ctx context.Context) (float64, error)
GetDeltaTheta calls the GetDeltaTheta RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) HashCode ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) ToString ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssAntennaInfoSphericalCorrectionsClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssAntennaInfoSphericalCorrectionsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssAutomaticGainControlBuilderClient ¶ added in v0.0.6
type GnssAutomaticGainControlBuilderClient struct {
// contains filtered or unexported fields
}
GnssAutomaticGainControlBuilderClient wraps the gRPC GnssAutomaticGainControlBuilderService client.
func NewGnssAutomaticGainControlBuilderClient ¶ added in v0.0.6
func NewGnssAutomaticGainControlBuilderClient(cc grpc.ClientConnInterface) *GnssAutomaticGainControlBuilderClient
NewGnssAutomaticGainControlBuilderClient creates a new GnssAutomaticGainControlBuilder client.
func (*GnssAutomaticGainControlBuilderClient) Build ¶ added in v0.0.6
func (c *GnssAutomaticGainControlBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssAutomaticGainControlBuilderClient) SetCarrierFrequencyHz ¶ added in v0.0.6
func (c *GnssAutomaticGainControlBuilderClient) SetCarrierFrequencyHz(ctx context.Context, arg0 int64) (int64, error)
SetCarrierFrequencyHz calls the SetCarrierFrequencyHz RPC.
func (*GnssAutomaticGainControlBuilderClient) SetConstellationType ¶ added in v0.0.6
func (c *GnssAutomaticGainControlBuilderClient) SetConstellationType(ctx context.Context, arg0 int32) (int64, error)
SetConstellationType calls the SetConstellationType RPC.
func (*GnssAutomaticGainControlBuilderClient) SetLevelDb ¶ added in v0.0.6
func (c *GnssAutomaticGainControlBuilderClient) SetLevelDb(ctx context.Context, arg0 float64) (int64, error)
SetLevelDb calls the SetLevelDb RPC.
type GnssAutomaticGainControlClient ¶ added in v0.0.6
type GnssAutomaticGainControlClient struct {
// contains filtered or unexported fields
}
GnssAutomaticGainControlClient wraps the gRPC GnssAutomaticGainControlService client.
func NewGnssAutomaticGainControlClient ¶ added in v0.0.6
func NewGnssAutomaticGainControlClient(cc grpc.ClientConnInterface) *GnssAutomaticGainControlClient
NewGnssAutomaticGainControlClient creates a new GnssAutomaticGainControl client.
func (*GnssAutomaticGainControlClient) DescribeContents ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssAutomaticGainControlClient) GetCarrierFrequencyHz ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) GetCarrierFrequencyHz(ctx context.Context) (int64, error)
GetCarrierFrequencyHz calls the GetCarrierFrequencyHz RPC.
func (*GnssAutomaticGainControlClient) GetConstellationType ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) GetConstellationType(ctx context.Context) (int32, error)
GetConstellationType calls the GetConstellationType RPC.
func (*GnssAutomaticGainControlClient) GetLevelDb ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) GetLevelDb(ctx context.Context) (float64, error)
GetLevelDb calls the GetLevelDb RPC.
func (*GnssAutomaticGainControlClient) HashCode ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssAutomaticGainControlClient) ToString ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssAutomaticGainControlClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssAutomaticGainControlClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssCapabilitiesBuilderClient ¶ added in v0.0.6
type GnssCapabilitiesBuilderClient struct {
// contains filtered or unexported fields
}
GnssCapabilitiesBuilderClient wraps the gRPC GnssCapabilitiesBuilderService client.
func NewGnssCapabilitiesBuilderClient ¶ added in v0.0.6
func NewGnssCapabilitiesBuilderClient(cc grpc.ClientConnInterface) *GnssCapabilitiesBuilderClient
NewGnssCapabilitiesBuilderClient creates a new GnssCapabilitiesBuilder client.
func (*GnssCapabilitiesBuilderClient) Build ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssCapabilitiesBuilderClient) SetHasAccumulatedDeltaRange ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasAccumulatedDeltaRange(ctx context.Context, arg0 int32) (int64, error)
SetHasAccumulatedDeltaRange calls the SetHasAccumulatedDeltaRange RPC.
func (*GnssCapabilitiesBuilderClient) SetHasAntennaInfo ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasAntennaInfo(ctx context.Context, arg0 bool) (int64, error)
SetHasAntennaInfo calls the SetHasAntennaInfo RPC.
func (*GnssCapabilitiesBuilderClient) SetHasGeofencing ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasGeofencing(ctx context.Context, arg0 bool) (int64, error)
SetHasGeofencing calls the SetHasGeofencing RPC.
func (*GnssCapabilitiesBuilderClient) SetHasLowPowerMode ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasLowPowerMode(ctx context.Context, arg0 bool) (int64, error)
SetHasLowPowerMode calls the SetHasLowPowerMode RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrections ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrections(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrections calls the SetHasMeasurementCorrections RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsExcessPathLength ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsExcessPathLength(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrectionsExcessPathLength calls the SetHasMeasurementCorrectionsExcessPathLength RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsForDriving ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsForDriving(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrectionsForDriving calls the SetHasMeasurementCorrectionsForDriving RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsLosSats ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsLosSats(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrectionsLosSats calls the SetHasMeasurementCorrectionsLosSats RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsReflectingPlane ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrectionsReflectingPlane(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrectionsReflectingPlane calls the SetHasMeasurementCorrectionsReflectingPlane RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurementCorrelationVectors ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurementCorrelationVectors(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurementCorrelationVectors calls the SetHasMeasurementCorrelationVectors RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMeasurements ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasMeasurements(ctx context.Context, arg0 bool) (int64, error)
SetHasMeasurements calls the SetHasMeasurements RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMsa ¶ added in v0.0.6
SetHasMsa calls the SetHasMsa RPC.
func (*GnssCapabilitiesBuilderClient) SetHasMsb ¶ added in v0.0.6
SetHasMsb calls the SetHasMsb RPC.
func (*GnssCapabilitiesBuilderClient) SetHasNavigationMessages ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasNavigationMessages(ctx context.Context, arg0 bool) (int64, error)
SetHasNavigationMessages calls the SetHasNavigationMessages RPC.
func (*GnssCapabilitiesBuilderClient) SetHasOnDemandTime ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasOnDemandTime(ctx context.Context, arg0 bool) (int64, error)
SetHasOnDemandTime calls the SetHasOnDemandTime RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerMultibandAcquisition ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerMultibandAcquisition(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerMultibandAcquisition calls the SetHasPowerMultibandAcquisition RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerMultibandTracking ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerMultibandTracking(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerMultibandTracking calls the SetHasPowerMultibandTracking RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerOtherModes ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerOtherModes(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerOtherModes calls the SetHasPowerOtherModes RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerSinglebandAcquisition ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerSinglebandAcquisition(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerSinglebandAcquisition calls the SetHasPowerSinglebandAcquisition RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerSinglebandTracking ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerSinglebandTracking(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerSinglebandTracking calls the SetHasPowerSinglebandTracking RPC.
func (*GnssCapabilitiesBuilderClient) SetHasPowerTotal ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasPowerTotal(ctx context.Context, arg0 bool) (int64, error)
SetHasPowerTotal calls the SetHasPowerTotal RPC.
func (*GnssCapabilitiesBuilderClient) SetHasSatelliteBlocklist ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasSatelliteBlocklist(ctx context.Context, arg0 bool) (int64, error)
SetHasSatelliteBlocklist calls the SetHasSatelliteBlocklist RPC.
func (*GnssCapabilitiesBuilderClient) SetHasSatellitePvt ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasSatellitePvt(ctx context.Context, arg0 bool) (int64, error)
SetHasSatellitePvt calls the SetHasSatellitePvt RPC.
func (*GnssCapabilitiesBuilderClient) SetHasScheduling ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasScheduling(ctx context.Context, arg0 bool) (int64, error)
SetHasScheduling calls the SetHasScheduling RPC.
func (*GnssCapabilitiesBuilderClient) SetHasSingleShotFix ¶ added in v0.0.6
func (c *GnssCapabilitiesBuilderClient) SetHasSingleShotFix(ctx context.Context, arg0 bool) (int64, error)
SetHasSingleShotFix calls the SetHasSingleShotFix RPC.
type GnssCapabilitiesClient ¶ added in v0.0.6
type GnssCapabilitiesClient struct {
// contains filtered or unexported fields
}
GnssCapabilitiesClient wraps the gRPC GnssCapabilitiesService client.
func NewGnssCapabilitiesClient ¶ added in v0.0.6
func NewGnssCapabilitiesClient(cc grpc.ClientConnInterface) *GnssCapabilitiesClient
NewGnssCapabilitiesClient creates a new GnssCapabilities client.
func (*GnssCapabilitiesClient) DescribeContents ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssCapabilitiesClient) GetGnssSignalTypes ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) GetGnssSignalTypes(ctx context.Context) (int64, error)
GetGnssSignalTypes calls the GetGnssSignalTypes RPC.
func (*GnssCapabilitiesClient) HasAccumulatedDeltaRange ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasAccumulatedDeltaRange(ctx context.Context) (int32, error)
HasAccumulatedDeltaRange calls the HasAccumulatedDeltaRange RPC.
func (*GnssCapabilitiesClient) HasAntennaInfo ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasAntennaInfo(ctx context.Context) (bool, error)
HasAntennaInfo calls the HasAntennaInfo RPC.
func (*GnssCapabilitiesClient) HasGeofencing ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasGeofencing(ctx context.Context) (bool, error)
HasGeofencing calls the HasGeofencing RPC.
func (*GnssCapabilitiesClient) HasGnssAntennaInfo ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasGnssAntennaInfo(ctx context.Context) (bool, error)
HasGnssAntennaInfo calls the HasGnssAntennaInfo RPC.
func (*GnssCapabilitiesClient) HasLowPowerMode ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasLowPowerMode(ctx context.Context) (bool, error)
HasLowPowerMode calls the HasLowPowerMode RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrections ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrections(ctx context.Context) (bool, error)
HasMeasurementCorrections calls the HasMeasurementCorrections RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrectionsExcessPathLength ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsExcessPathLength(ctx context.Context) (bool, error)
HasMeasurementCorrectionsExcessPathLength calls the HasMeasurementCorrectionsExcessPathLength RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrectionsForDriving ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsForDriving(ctx context.Context) (bool, error)
HasMeasurementCorrectionsForDriving calls the HasMeasurementCorrectionsForDriving RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrectionsLosSats ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsLosSats(ctx context.Context) (bool, error)
HasMeasurementCorrectionsLosSats calls the HasMeasurementCorrectionsLosSats RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrectionsReflectingPlane ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrectionsReflectingPlane(ctx context.Context) (bool, error)
HasMeasurementCorrectionsReflectingPlane calls the HasMeasurementCorrectionsReflectingPlane RPC.
func (*GnssCapabilitiesClient) HasMeasurementCorrelationVectors ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurementCorrelationVectors(ctx context.Context) (bool, error)
HasMeasurementCorrelationVectors calls the HasMeasurementCorrelationVectors RPC.
func (*GnssCapabilitiesClient) HasMeasurements ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMeasurements(ctx context.Context) (bool, error)
HasMeasurements calls the HasMeasurements RPC.
func (*GnssCapabilitiesClient) HasMsa ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMsa(ctx context.Context) (bool, error)
HasMsa calls the HasMsa RPC.
func (*GnssCapabilitiesClient) HasMsb ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasMsb(ctx context.Context) (bool, error)
HasMsb calls the HasMsb RPC.
func (*GnssCapabilitiesClient) HasNavigationMessages ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasNavigationMessages(ctx context.Context) (bool, error)
HasNavigationMessages calls the HasNavigationMessages RPC.
func (*GnssCapabilitiesClient) HasOnDemandTime ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasOnDemandTime(ctx context.Context) (bool, error)
HasOnDemandTime calls the HasOnDemandTime RPC.
func (*GnssCapabilitiesClient) HasPowerMultibandAcquisition ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerMultibandAcquisition(ctx context.Context) (bool, error)
HasPowerMultibandAcquisition calls the HasPowerMultibandAcquisition RPC.
func (*GnssCapabilitiesClient) HasPowerMultibandTracking ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerMultibandTracking(ctx context.Context) (bool, error)
HasPowerMultibandTracking calls the HasPowerMultibandTracking RPC.
func (*GnssCapabilitiesClient) HasPowerOtherModes ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerOtherModes(ctx context.Context) (bool, error)
HasPowerOtherModes calls the HasPowerOtherModes RPC.
func (*GnssCapabilitiesClient) HasPowerSinglebandAcquisition ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerSinglebandAcquisition(ctx context.Context) (bool, error)
HasPowerSinglebandAcquisition calls the HasPowerSinglebandAcquisition RPC.
func (*GnssCapabilitiesClient) HasPowerSinglebandTracking ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerSinglebandTracking(ctx context.Context) (bool, error)
HasPowerSinglebandTracking calls the HasPowerSinglebandTracking RPC.
func (*GnssCapabilitiesClient) HasPowerTotal ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasPowerTotal(ctx context.Context) (bool, error)
HasPowerTotal calls the HasPowerTotal RPC.
func (*GnssCapabilitiesClient) HasSatelliteBlocklist ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasSatelliteBlocklist(ctx context.Context) (bool, error)
HasSatelliteBlocklist calls the HasSatelliteBlocklist RPC.
func (*GnssCapabilitiesClient) HasSatellitePvt ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasSatellitePvt(ctx context.Context) (bool, error)
HasSatellitePvt calls the HasSatellitePvt RPC.
func (*GnssCapabilitiesClient) HasScheduling ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasScheduling(ctx context.Context) (bool, error)
HasScheduling calls the HasScheduling RPC.
func (*GnssCapabilitiesClient) HasSingleShotFix ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HasSingleShotFix(ctx context.Context) (bool, error)
HasSingleShotFix calls the HasSingleShotFix RPC.
func (*GnssCapabilitiesClient) HashCode ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssCapabilitiesClient) ToString ¶ added in v0.0.6
func (c *GnssCapabilitiesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssCapabilitiesClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GnssClockClient ¶ added in v0.0.6
type GnssClockClient struct {
// contains filtered or unexported fields
}
GnssClockClient wraps the gRPC GnssClockService client.
func NewGnssClockClient ¶ added in v0.0.6
func NewGnssClockClient(cc grpc.ClientConnInterface) *GnssClockClient
NewGnssClockClient creates a new GnssClock client.
func (*GnssClockClient) DescribeContents ¶ added in v0.0.6
func (c *GnssClockClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssClockClient) GetBiasNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetBiasNanos(ctx context.Context) (float64, error)
GetBiasNanos calls the GetBiasNanos RPC.
func (*GnssClockClient) GetBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetBiasUncertaintyNanos(ctx context.Context) (float64, error)
GetBiasUncertaintyNanos calls the GetBiasUncertaintyNanos RPC.
func (*GnssClockClient) GetDriftNanosPerSecond ¶ added in v0.0.6
func (c *GnssClockClient) GetDriftNanosPerSecond(ctx context.Context) (float64, error)
GetDriftNanosPerSecond calls the GetDriftNanosPerSecond RPC.
func (*GnssClockClient) GetDriftUncertaintyNanosPerSecond ¶ added in v0.0.6
func (c *GnssClockClient) GetDriftUncertaintyNanosPerSecond(ctx context.Context) (float64, error)
GetDriftUncertaintyNanosPerSecond calls the GetDriftUncertaintyNanosPerSecond RPC.
func (*GnssClockClient) GetElapsedRealtimeNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetElapsedRealtimeNanos(ctx context.Context) (int64, error)
GetElapsedRealtimeNanos calls the GetElapsedRealtimeNanos RPC.
func (*GnssClockClient) GetElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetElapsedRealtimeUncertaintyNanos(ctx context.Context) (float64, error)
GetElapsedRealtimeUncertaintyNanos calls the GetElapsedRealtimeUncertaintyNanos RPC.
func (*GnssClockClient) GetFullBiasNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetFullBiasNanos(ctx context.Context) (int64, error)
GetFullBiasNanos calls the GetFullBiasNanos RPC.
func (*GnssClockClient) GetHardwareClockDiscontinuityCount ¶ added in v0.0.6
func (c *GnssClockClient) GetHardwareClockDiscontinuityCount(ctx context.Context) (int32, error)
GetHardwareClockDiscontinuityCount calls the GetHardwareClockDiscontinuityCount RPC.
func (*GnssClockClient) GetLeapSecond ¶ added in v0.0.6
func (c *GnssClockClient) GetLeapSecond(ctx context.Context) (int32, error)
GetLeapSecond calls the GetLeapSecond RPC.
func (*GnssClockClient) GetReferenceCarrierFrequencyHzForIsb ¶ added in v0.0.6
func (c *GnssClockClient) GetReferenceCarrierFrequencyHzForIsb(ctx context.Context) (float64, error)
GetReferenceCarrierFrequencyHzForIsb calls the GetReferenceCarrierFrequencyHzForIsb RPC.
func (*GnssClockClient) GetReferenceCodeTypeForIsb ¶ added in v0.0.6
func (c *GnssClockClient) GetReferenceCodeTypeForIsb(ctx context.Context) (string, error)
GetReferenceCodeTypeForIsb calls the GetReferenceCodeTypeForIsb RPC.
func (*GnssClockClient) GetReferenceConstellationTypeForIsb ¶ added in v0.0.6
func (c *GnssClockClient) GetReferenceConstellationTypeForIsb(ctx context.Context) (int32, error)
GetReferenceConstellationTypeForIsb calls the GetReferenceConstellationTypeForIsb RPC.
func (*GnssClockClient) GetTimeNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetTimeNanos(ctx context.Context) (int64, error)
GetTimeNanos calls the GetTimeNanos RPC.
func (*GnssClockClient) GetTimeUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) GetTimeUncertaintyNanos(ctx context.Context) (float64, error)
GetTimeUncertaintyNanos calls the GetTimeUncertaintyNanos RPC.
func (*GnssClockClient) HasBiasNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasBiasNanos(ctx context.Context) (bool, error)
HasBiasNanos calls the HasBiasNanos RPC.
func (*GnssClockClient) HasBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasBiasUncertaintyNanos(ctx context.Context) (bool, error)
HasBiasUncertaintyNanos calls the HasBiasUncertaintyNanos RPC.
func (*GnssClockClient) HasDriftNanosPerSecond ¶ added in v0.0.6
func (c *GnssClockClient) HasDriftNanosPerSecond(ctx context.Context) (bool, error)
HasDriftNanosPerSecond calls the HasDriftNanosPerSecond RPC.
func (*GnssClockClient) HasDriftUncertaintyNanosPerSecond ¶ added in v0.0.6
func (c *GnssClockClient) HasDriftUncertaintyNanosPerSecond(ctx context.Context) (bool, error)
HasDriftUncertaintyNanosPerSecond calls the HasDriftUncertaintyNanosPerSecond RPC.
func (*GnssClockClient) HasElapsedRealtimeNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasElapsedRealtimeNanos(ctx context.Context) (bool, error)
HasElapsedRealtimeNanos calls the HasElapsedRealtimeNanos RPC.
func (*GnssClockClient) HasElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasElapsedRealtimeUncertaintyNanos(ctx context.Context) (bool, error)
HasElapsedRealtimeUncertaintyNanos calls the HasElapsedRealtimeUncertaintyNanos RPC.
func (*GnssClockClient) HasFullBiasNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasFullBiasNanos(ctx context.Context) (bool, error)
HasFullBiasNanos calls the HasFullBiasNanos RPC.
func (*GnssClockClient) HasLeapSecond ¶ added in v0.0.6
func (c *GnssClockClient) HasLeapSecond(ctx context.Context) (bool, error)
HasLeapSecond calls the HasLeapSecond RPC.
func (*GnssClockClient) HasReferenceCarrierFrequencyHzForIsb ¶ added in v0.0.6
func (c *GnssClockClient) HasReferenceCarrierFrequencyHzForIsb(ctx context.Context) (bool, error)
HasReferenceCarrierFrequencyHzForIsb calls the HasReferenceCarrierFrequencyHzForIsb RPC.
func (*GnssClockClient) HasReferenceCodeTypeForIsb ¶ added in v0.0.6
func (c *GnssClockClient) HasReferenceCodeTypeForIsb(ctx context.Context) (bool, error)
HasReferenceCodeTypeForIsb calls the HasReferenceCodeTypeForIsb RPC.
func (*GnssClockClient) HasReferenceConstellationTypeForIsb ¶ added in v0.0.6
func (c *GnssClockClient) HasReferenceConstellationTypeForIsb(ctx context.Context) (bool, error)
HasReferenceConstellationTypeForIsb calls the HasReferenceConstellationTypeForIsb RPC.
func (*GnssClockClient) HasTimeUncertaintyNanos ¶ added in v0.0.6
func (c *GnssClockClient) HasTimeUncertaintyNanos(ctx context.Context) (bool, error)
HasTimeUncertaintyNanos calls the HasTimeUncertaintyNanos RPC.
func (*GnssClockClient) ToString ¶ added in v0.0.6
func (c *GnssClockClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssClockClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GnssMeasurementClient ¶ added in v0.0.6
type GnssMeasurementClient struct {
// contains filtered or unexported fields
}
GnssMeasurementClient wraps the gRPC GnssMeasurementService client.
func NewGnssMeasurementClient ¶ added in v0.0.6
func NewGnssMeasurementClient(cc grpc.ClientConnInterface) *GnssMeasurementClient
NewGnssMeasurementClient creates a new GnssMeasurement client.
func (*GnssMeasurementClient) DescribeContents ¶ added in v0.0.6
func (c *GnssMeasurementClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssMeasurementClient) GetAccumulatedDeltaRangeMeters ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeMeters(ctx context.Context) (float64, error)
GetAccumulatedDeltaRangeMeters calls the GetAccumulatedDeltaRangeMeters RPC.
func (*GnssMeasurementClient) GetAccumulatedDeltaRangeState ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeState(ctx context.Context) (int32, error)
GetAccumulatedDeltaRangeState calls the GetAccumulatedDeltaRangeState RPC.
func (*GnssMeasurementClient) GetAccumulatedDeltaRangeUncertaintyMeters ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetAccumulatedDeltaRangeUncertaintyMeters(ctx context.Context) (float64, error)
GetAccumulatedDeltaRangeUncertaintyMeters calls the GetAccumulatedDeltaRangeUncertaintyMeters RPC.
func (*GnssMeasurementClient) GetAutomaticGainControlLevelDb ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetAutomaticGainControlLevelDb(ctx context.Context) (float64, error)
GetAutomaticGainControlLevelDb calls the GetAutomaticGainControlLevelDb RPC.
func (*GnssMeasurementClient) GetBasebandCn0DbHz ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetBasebandCn0DbHz(ctx context.Context) (float64, error)
GetBasebandCn0DbHz calls the GetBasebandCn0DbHz RPC.
func (*GnssMeasurementClient) GetCarrierCycles ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCarrierCycles(ctx context.Context) (int64, error)
GetCarrierCycles calls the GetCarrierCycles RPC.
func (*GnssMeasurementClient) GetCarrierFrequencyHz ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCarrierFrequencyHz(ctx context.Context) (float32, error)
GetCarrierFrequencyHz calls the GetCarrierFrequencyHz RPC.
func (*GnssMeasurementClient) GetCarrierPhase ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCarrierPhase(ctx context.Context) (float64, error)
GetCarrierPhase calls the GetCarrierPhase RPC.
func (*GnssMeasurementClient) GetCarrierPhaseUncertainty ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCarrierPhaseUncertainty(ctx context.Context) (float64, error)
GetCarrierPhaseUncertainty calls the GetCarrierPhaseUncertainty RPC.
func (*GnssMeasurementClient) GetCn0DbHz ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCn0DbHz(ctx context.Context) (float64, error)
GetCn0DbHz calls the GetCn0DbHz RPC.
func (*GnssMeasurementClient) GetCodeType ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetCodeType(ctx context.Context) (string, error)
GetCodeType calls the GetCodeType RPC.
func (*GnssMeasurementClient) GetConstellationType ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetConstellationType(ctx context.Context) (int32, error)
GetConstellationType calls the GetConstellationType RPC.
func (*GnssMeasurementClient) GetFullInterSignalBiasNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetFullInterSignalBiasNanos(ctx context.Context) (float64, error)
GetFullInterSignalBiasNanos calls the GetFullInterSignalBiasNanos RPC.
func (*GnssMeasurementClient) GetFullInterSignalBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetFullInterSignalBiasUncertaintyNanos(ctx context.Context) (float64, error)
GetFullInterSignalBiasUncertaintyNanos calls the GetFullInterSignalBiasUncertaintyNanos RPC.
func (*GnssMeasurementClient) GetMultipathIndicator ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetMultipathIndicator(ctx context.Context) (int32, error)
GetMultipathIndicator calls the GetMultipathIndicator RPC.
func (*GnssMeasurementClient) GetPseudorangeRateMetersPerSecond ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetPseudorangeRateMetersPerSecond(ctx context.Context) (float64, error)
GetPseudorangeRateMetersPerSecond calls the GetPseudorangeRateMetersPerSecond RPC.
func (*GnssMeasurementClient) GetPseudorangeRateUncertaintyMetersPerSecond ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetPseudorangeRateUncertaintyMetersPerSecond(ctx context.Context) (float64, error)
GetPseudorangeRateUncertaintyMetersPerSecond calls the GetPseudorangeRateUncertaintyMetersPerSecond RPC.
func (*GnssMeasurementClient) GetReceivedSvTimeNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetReceivedSvTimeNanos(ctx context.Context) (int64, error)
GetReceivedSvTimeNanos calls the GetReceivedSvTimeNanos RPC.
func (*GnssMeasurementClient) GetReceivedSvTimeUncertaintyNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetReceivedSvTimeUncertaintyNanos(ctx context.Context) (int64, error)
GetReceivedSvTimeUncertaintyNanos calls the GetReceivedSvTimeUncertaintyNanos RPC.
func (*GnssMeasurementClient) GetSatelliteInterSignalBiasNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetSatelliteInterSignalBiasNanos(ctx context.Context) (float64, error)
GetSatelliteInterSignalBiasNanos calls the GetSatelliteInterSignalBiasNanos RPC.
func (*GnssMeasurementClient) GetSatelliteInterSignalBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetSatelliteInterSignalBiasUncertaintyNanos(ctx context.Context) (float64, error)
GetSatelliteInterSignalBiasUncertaintyNanos calls the GetSatelliteInterSignalBiasUncertaintyNanos RPC.
func (*GnssMeasurementClient) GetSnrInDb ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetSnrInDb(ctx context.Context) (float64, error)
GetSnrInDb calls the GetSnrInDb RPC.
func (*GnssMeasurementClient) GetState ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*GnssMeasurementClient) GetSvid ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetSvid(ctx context.Context) (int32, error)
GetSvid calls the GetSvid RPC.
func (*GnssMeasurementClient) GetTimeOffsetNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) GetTimeOffsetNanos(ctx context.Context) (float64, error)
GetTimeOffsetNanos calls the GetTimeOffsetNanos RPC.
func (*GnssMeasurementClient) HasAutomaticGainControlLevelDb ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasAutomaticGainControlLevelDb(ctx context.Context) (bool, error)
HasAutomaticGainControlLevelDb calls the HasAutomaticGainControlLevelDb RPC.
func (*GnssMeasurementClient) HasBasebandCn0DbHz ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasBasebandCn0DbHz(ctx context.Context) (bool, error)
HasBasebandCn0DbHz calls the HasBasebandCn0DbHz RPC.
func (*GnssMeasurementClient) HasCarrierCycles ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasCarrierCycles(ctx context.Context) (bool, error)
HasCarrierCycles calls the HasCarrierCycles RPC.
func (*GnssMeasurementClient) HasCarrierFrequencyHz ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasCarrierFrequencyHz(ctx context.Context) (bool, error)
HasCarrierFrequencyHz calls the HasCarrierFrequencyHz RPC.
func (*GnssMeasurementClient) HasCarrierPhase ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasCarrierPhase(ctx context.Context) (bool, error)
HasCarrierPhase calls the HasCarrierPhase RPC.
func (*GnssMeasurementClient) HasCarrierPhaseUncertainty ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasCarrierPhaseUncertainty(ctx context.Context) (bool, error)
HasCarrierPhaseUncertainty calls the HasCarrierPhaseUncertainty RPC.
func (*GnssMeasurementClient) HasCodeType ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasCodeType(ctx context.Context) (bool, error)
HasCodeType calls the HasCodeType RPC.
func (*GnssMeasurementClient) HasFullInterSignalBiasNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasFullInterSignalBiasNanos(ctx context.Context) (bool, error)
HasFullInterSignalBiasNanos calls the HasFullInterSignalBiasNanos RPC.
func (*GnssMeasurementClient) HasFullInterSignalBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasFullInterSignalBiasUncertaintyNanos(ctx context.Context) (bool, error)
HasFullInterSignalBiasUncertaintyNanos calls the HasFullInterSignalBiasUncertaintyNanos RPC.
func (*GnssMeasurementClient) HasSatelliteInterSignalBiasNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasSatelliteInterSignalBiasNanos(ctx context.Context) (bool, error)
HasSatelliteInterSignalBiasNanos calls the HasSatelliteInterSignalBiasNanos RPC.
func (*GnssMeasurementClient) HasSatelliteInterSignalBiasUncertaintyNanos ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasSatelliteInterSignalBiasUncertaintyNanos(ctx context.Context) (bool, error)
HasSatelliteInterSignalBiasUncertaintyNanos calls the HasSatelliteInterSignalBiasUncertaintyNanos RPC.
func (*GnssMeasurementClient) HasSnrInDb ¶ added in v0.0.6
func (c *GnssMeasurementClient) HasSnrInDb(ctx context.Context) (bool, error)
HasSnrInDb calls the HasSnrInDb RPC.
func (*GnssMeasurementClient) ToString ¶ added in v0.0.6
func (c *GnssMeasurementClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssMeasurementClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GnssMeasurementRequestBuilderClient ¶ added in v0.0.6
type GnssMeasurementRequestBuilderClient struct {
// contains filtered or unexported fields
}
GnssMeasurementRequestBuilderClient wraps the gRPC GnssMeasurementRequestBuilderService client.
func NewGnssMeasurementRequestBuilderClient ¶ added in v0.0.6
func NewGnssMeasurementRequestBuilderClient(cc grpc.ClientConnInterface) *GnssMeasurementRequestBuilderClient
NewGnssMeasurementRequestBuilderClient creates a new GnssMeasurementRequestBuilder client.
func (*GnssMeasurementRequestBuilderClient) Build ¶ added in v0.0.6
func (c *GnssMeasurementRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssMeasurementRequestBuilderClient) SetFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementRequestBuilderClient) SetFullTracking(ctx context.Context, arg0 bool) (int64, error)
SetFullTracking calls the SetFullTracking RPC.
func (*GnssMeasurementRequestBuilderClient) SetIntervalMillis ¶ added in v0.0.6
func (c *GnssMeasurementRequestBuilderClient) SetIntervalMillis(ctx context.Context, arg0 int32) (int64, error)
SetIntervalMillis calls the SetIntervalMillis RPC.
type GnssMeasurementRequestClient ¶ added in v0.0.6
type GnssMeasurementRequestClient struct {
// contains filtered or unexported fields
}
GnssMeasurementRequestClient wraps the gRPC GnssMeasurementRequestService client.
func NewGnssMeasurementRequestClient ¶ added in v0.0.6
func NewGnssMeasurementRequestClient(cc grpc.ClientConnInterface) *GnssMeasurementRequestClient
NewGnssMeasurementRequestClient creates a new GnssMeasurementRequest client.
func (*GnssMeasurementRequestClient) DescribeContents ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssMeasurementRequestClient) GetIntervalMillis ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) GetIntervalMillis(ctx context.Context) (int32, error)
GetIntervalMillis calls the GetIntervalMillis RPC.
func (*GnssMeasurementRequestClient) HashCode ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssMeasurementRequestClient) IsFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) IsFullTracking(ctx context.Context) (bool, error)
IsFullTracking calls the IsFullTracking RPC.
func (*GnssMeasurementRequestClient) ToString ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssMeasurementRequestClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssMeasurementRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssMeasurementsEventBuilderClient ¶ added in v0.0.6
type GnssMeasurementsEventBuilderClient struct {
// contains filtered or unexported fields
}
GnssMeasurementsEventBuilderClient wraps the gRPC GnssMeasurementsEventBuilderService client.
func NewGnssMeasurementsEventBuilderClient ¶ added in v0.0.6
func NewGnssMeasurementsEventBuilderClient(cc grpc.ClientConnInterface) *GnssMeasurementsEventBuilderClient
NewGnssMeasurementsEventBuilderClient creates a new GnssMeasurementsEventBuilder client.
func (*GnssMeasurementsEventBuilderClient) Build ¶ added in v0.0.6
func (c *GnssMeasurementsEventBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssMeasurementsEventBuilderClient) ClearIsFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementsEventBuilderClient) ClearIsFullTracking(ctx context.Context) (int64, error)
ClearIsFullTracking calls the ClearIsFullTracking RPC.
func (*GnssMeasurementsEventBuilderClient) SetClock ¶ added in v0.0.6
func (c *GnssMeasurementsEventBuilderClient) SetClock(ctx context.Context, arg0 int64) (int64, error)
SetClock calls the SetClock RPC.
func (*GnssMeasurementsEventBuilderClient) SetIsFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementsEventBuilderClient) SetIsFullTracking(ctx context.Context, arg0 bool) (int64, error)
SetIsFullTracking calls the SetIsFullTracking RPC.
type GnssMeasurementsEventCallbackClient ¶ added in v0.0.6
type GnssMeasurementsEventCallbackClient struct {
// contains filtered or unexported fields
}
GnssMeasurementsEventCallbackClient wraps the gRPC GnssMeasurementsEventCallbackService client.
func NewGnssMeasurementsEventCallbackClient ¶ added in v0.0.6
func NewGnssMeasurementsEventCallbackClient(cc grpc.ClientConnInterface) *GnssMeasurementsEventCallbackClient
NewGnssMeasurementsEventCallbackClient creates a new GnssMeasurementsEventCallback client.
func (*GnssMeasurementsEventCallbackClient) OnGnssMeasurementsReceived ¶ added in v0.0.6
func (c *GnssMeasurementsEventCallbackClient) OnGnssMeasurementsReceived(ctx context.Context, arg0 int64) error
OnGnssMeasurementsReceived calls the OnGnssMeasurementsReceived RPC.
func (*GnssMeasurementsEventCallbackClient) OnStatusChanged ¶ added in v0.0.6
func (c *GnssMeasurementsEventCallbackClient) OnStatusChanged(ctx context.Context, arg0 int32) error
OnStatusChanged calls the OnStatusChanged RPC.
type GnssMeasurementsEventClient ¶ added in v0.0.6
type GnssMeasurementsEventClient struct {
// contains filtered or unexported fields
}
GnssMeasurementsEventClient wraps the gRPC GnssMeasurementsEventService client.
func NewGnssMeasurementsEventClient ¶ added in v0.0.6
func NewGnssMeasurementsEventClient(cc grpc.ClientConnInterface) *GnssMeasurementsEventClient
NewGnssMeasurementsEventClient creates a new GnssMeasurementsEvent client.
func (*GnssMeasurementsEventClient) DescribeContents ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssMeasurementsEventClient) GetClock ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) GetClock(ctx context.Context) (int64, error)
GetClock calls the GetClock RPC.
func (*GnssMeasurementsEventClient) GetGnssAutomaticGainControls ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) GetGnssAutomaticGainControls(ctx context.Context) (int64, error)
GetGnssAutomaticGainControls calls the GetGnssAutomaticGainControls RPC.
func (*GnssMeasurementsEventClient) GetMeasurements ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) GetMeasurements(ctx context.Context) (int64, error)
GetMeasurements calls the GetMeasurements RPC.
func (*GnssMeasurementsEventClient) HasIsFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) HasIsFullTracking(ctx context.Context) (bool, error)
HasIsFullTracking calls the HasIsFullTracking RPC.
func (*GnssMeasurementsEventClient) IsFullTracking ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) IsFullTracking(ctx context.Context) (bool, error)
IsFullTracking calls the IsFullTracking RPC.
func (*GnssMeasurementsEventClient) ToString ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssMeasurementsEventClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssMeasurementsEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssNavigationMessageCallbackClient ¶ added in v0.0.6
type GnssNavigationMessageCallbackClient struct {
// contains filtered or unexported fields
}
GnssNavigationMessageCallbackClient wraps the gRPC GnssNavigationMessageCallbackService client.
func NewGnssNavigationMessageCallbackClient ¶ added in v0.0.6
func NewGnssNavigationMessageCallbackClient(cc grpc.ClientConnInterface) *GnssNavigationMessageCallbackClient
NewGnssNavigationMessageCallbackClient creates a new GnssNavigationMessageCallback client.
func (*GnssNavigationMessageCallbackClient) OnGnssNavigationMessageReceived ¶ added in v0.0.6
func (c *GnssNavigationMessageCallbackClient) OnGnssNavigationMessageReceived(ctx context.Context, arg0 int64) error
OnGnssNavigationMessageReceived calls the OnGnssNavigationMessageReceived RPC.
func (*GnssNavigationMessageCallbackClient) OnStatusChanged ¶ added in v0.0.6
func (c *GnssNavigationMessageCallbackClient) OnStatusChanged(ctx context.Context, arg0 int32) error
OnStatusChanged calls the OnStatusChanged RPC.
type GnssNavigationMessageClient ¶ added in v0.0.6
type GnssNavigationMessageClient struct {
// contains filtered or unexported fields
}
GnssNavigationMessageClient wraps the gRPC GnssNavigationMessageService client.
func NewGnssNavigationMessageClient ¶ added in v0.0.6
func NewGnssNavigationMessageClient(cc grpc.ClientConnInterface) *GnssNavigationMessageClient
NewGnssNavigationMessageClient creates a new GnssNavigationMessage client.
func (*GnssNavigationMessageClient) DescribeContents ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssNavigationMessageClient) GetData ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetData(ctx context.Context) (int64, error)
GetData calls the GetData RPC.
func (*GnssNavigationMessageClient) GetMessageId ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetMessageId(ctx context.Context) (int32, error)
GetMessageId calls the GetMessageId RPC.
func (*GnssNavigationMessageClient) GetStatus ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetStatus(ctx context.Context) (int32, error)
GetStatus calls the GetStatus RPC.
func (*GnssNavigationMessageClient) GetSubmessageId ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetSubmessageId(ctx context.Context) (int32, error)
GetSubmessageId calls the GetSubmessageId RPC.
func (*GnssNavigationMessageClient) GetSvid ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetSvid(ctx context.Context) (int32, error)
GetSvid calls the GetSvid RPC.
func (*GnssNavigationMessageClient) GetType ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*GnssNavigationMessageClient) ToString ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssNavigationMessageClient) WriteToParcel ¶ added in v0.0.6
func (c *GnssNavigationMessageClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GnssSignalTypeClient ¶ added in v0.0.6
type GnssSignalTypeClient struct {
// contains filtered or unexported fields
}
GnssSignalTypeClient wraps the gRPC GnssSignalTypeService client.
func NewGnssSignalTypeClient ¶ added in v0.0.6
func NewGnssSignalTypeClient(cc grpc.ClientConnInterface) *GnssSignalTypeClient
NewGnssSignalTypeClient creates a new GnssSignalType client.
func (*GnssSignalTypeClient) Create ¶ added in v0.0.6
func (c *GnssSignalTypeClient) Create(ctx context.Context, arg0 int32, arg1 float64, arg2 string) (int64, error)
Create calls the Create RPC.
func (*GnssSignalTypeClient) DescribeContents ¶ added in v0.0.6
func (c *GnssSignalTypeClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssSignalTypeClient) GetCarrierFrequencyHz ¶ added in v0.0.6
func (c *GnssSignalTypeClient) GetCarrierFrequencyHz(ctx context.Context) (float64, error)
GetCarrierFrequencyHz calls the GetCarrierFrequencyHz RPC.
func (*GnssSignalTypeClient) GetCodeType ¶ added in v0.0.6
func (c *GnssSignalTypeClient) GetCodeType(ctx context.Context) (string, error)
GetCodeType calls the GetCodeType RPC.
func (*GnssSignalTypeClient) GetConstellationType ¶ added in v0.0.6
func (c *GnssSignalTypeClient) GetConstellationType(ctx context.Context) (int32, error)
GetConstellationType calls the GetConstellationType RPC.
func (*GnssSignalTypeClient) HashCode ¶ added in v0.0.6
func (c *GnssSignalTypeClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssSignalTypeClient) ToString ¶ added in v0.0.6
func (c *GnssSignalTypeClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*GnssSignalTypeClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GnssStatusBuilderClient ¶ added in v0.0.6
type GnssStatusBuilderClient struct {
// contains filtered or unexported fields
}
GnssStatusBuilderClient wraps the gRPC GnssStatusBuilderService client.
func NewGnssStatusBuilderClient ¶ added in v0.0.6
func NewGnssStatusBuilderClient(cc grpc.ClientConnInterface) *GnssStatusBuilderClient
NewGnssStatusBuilderClient creates a new GnssStatusBuilder client.
func (*GnssStatusBuilderClient) AddSatellite ¶ added in v0.0.6
func (c *GnssStatusBuilderClient) AddSatellite(ctx context.Context, arg0 int32, arg1 int32, arg2 float32, arg3 float32, arg4 float32, arg5 bool, arg6 bool, arg7 bool, arg8 bool, arg9 float32, arg10 bool, arg11 float32) (int64, error)
AddSatellite calls the AddSatellite RPC.
func (*GnssStatusBuilderClient) Build ¶ added in v0.0.6
func (c *GnssStatusBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GnssStatusBuilderClient) ClearSatellites ¶ added in v0.0.6
func (c *GnssStatusBuilderClient) ClearSatellites(ctx context.Context) (int64, error)
ClearSatellites calls the ClearSatellites RPC.
type GnssStatusCallbackClient ¶ added in v0.0.6
type GnssStatusCallbackClient struct {
// contains filtered or unexported fields
}
GnssStatusCallbackClient wraps the gRPC GnssStatusCallbackService client.
func NewGnssStatusCallbackClient ¶ added in v0.0.6
func NewGnssStatusCallbackClient(cc grpc.ClientConnInterface) *GnssStatusCallbackClient
NewGnssStatusCallbackClient creates a new GnssStatusCallback client.
func (*GnssStatusCallbackClient) OnFirstFix ¶ added in v0.0.6
func (c *GnssStatusCallbackClient) OnFirstFix(ctx context.Context, arg0 int32) error
OnFirstFix calls the OnFirstFix RPC.
func (*GnssStatusCallbackClient) OnSatelliteStatusChanged ¶ added in v0.0.6
func (c *GnssStatusCallbackClient) OnSatelliteStatusChanged(ctx context.Context, arg0 int64) error
OnSatelliteStatusChanged calls the OnSatelliteStatusChanged RPC.
type GnssStatusClient ¶ added in v0.0.6
type GnssStatusClient struct {
// contains filtered or unexported fields
}
GnssStatusClient wraps the gRPC GnssStatusService client.
func NewGnssStatusClient ¶ added in v0.0.6
func NewGnssStatusClient(cc grpc.ClientConnInterface) *GnssStatusClient
NewGnssStatusClient creates a new GnssStatus client.
func (*GnssStatusClient) DescribeContents ¶ added in v0.0.6
func (c *GnssStatusClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GnssStatusClient) GetAzimuthDegrees ¶ added in v0.0.6
GetAzimuthDegrees calls the GetAzimuthDegrees RPC.
func (*GnssStatusClient) GetBasebandCn0DbHz ¶ added in v0.0.6
GetBasebandCn0DbHz calls the GetBasebandCn0DbHz RPC.
func (*GnssStatusClient) GetCarrierFrequencyHz ¶ added in v0.0.6
GetCarrierFrequencyHz calls the GetCarrierFrequencyHz RPC.
func (*GnssStatusClient) GetCn0DbHz ¶ added in v0.0.6
GetCn0DbHz calls the GetCn0DbHz RPC.
func (*GnssStatusClient) GetConstellationType ¶ added in v0.0.6
GetConstellationType calls the GetConstellationType RPC.
func (*GnssStatusClient) GetElevationDegrees ¶ added in v0.0.6
GetElevationDegrees calls the GetElevationDegrees RPC.
func (*GnssStatusClient) GetSatelliteCount ¶ added in v0.0.6
func (c *GnssStatusClient) GetSatelliteCount(ctx context.Context) (int32, error)
GetSatelliteCount calls the GetSatelliteCount RPC.
func (*GnssStatusClient) HasAlmanacData ¶ added in v0.0.6
HasAlmanacData calls the HasAlmanacData RPC.
func (*GnssStatusClient) HasBasebandCn0DbHz ¶ added in v0.0.6
HasBasebandCn0DbHz calls the HasBasebandCn0DbHz RPC.
func (*GnssStatusClient) HasCarrierFrequencyHz ¶ added in v0.0.6
HasCarrierFrequencyHz calls the HasCarrierFrequencyHz RPC.
func (*GnssStatusClient) HasEphemerisData ¶ added in v0.0.6
HasEphemerisData calls the HasEphemerisData RPC.
func (*GnssStatusClient) HashCode ¶ added in v0.0.6
func (c *GnssStatusClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*GnssStatusClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type GpsSatelliteClient ¶ added in v0.0.6
type GpsSatelliteClient struct {
// contains filtered or unexported fields
}
GpsSatelliteClient wraps the gRPC GpsSatelliteService client.
func NewGpsSatelliteClient ¶ added in v0.0.6
func NewGpsSatelliteClient(cc grpc.ClientConnInterface) *GpsSatelliteClient
NewGpsSatelliteClient creates a new GpsSatellite client.
func (*GpsSatelliteClient) GetAzimuth ¶ added in v0.0.6
func (c *GpsSatelliteClient) GetAzimuth(ctx context.Context) (float32, error)
GetAzimuth calls the GetAzimuth RPC.
func (*GpsSatelliteClient) GetElevation ¶ added in v0.0.6
func (c *GpsSatelliteClient) GetElevation(ctx context.Context) (float32, error)
GetElevation calls the GetElevation RPC.
func (*GpsSatelliteClient) GetPrn ¶ added in v0.0.6
func (c *GpsSatelliteClient) GetPrn(ctx context.Context) (int32, error)
GetPrn calls the GetPrn RPC.
func (*GpsSatelliteClient) GetSnr ¶ added in v0.0.6
func (c *GpsSatelliteClient) GetSnr(ctx context.Context) (float32, error)
GetSnr calls the GetSnr RPC.
func (*GpsSatelliteClient) HasAlmanac ¶ added in v0.0.6
func (c *GpsSatelliteClient) HasAlmanac(ctx context.Context) (bool, error)
HasAlmanac calls the HasAlmanac RPC.
func (*GpsSatelliteClient) HasEphemeris ¶ added in v0.0.6
func (c *GpsSatelliteClient) HasEphemeris(ctx context.Context) (bool, error)
HasEphemeris calls the HasEphemeris RPC.
type GpsStatusClient ¶ added in v0.0.6
type GpsStatusClient struct {
// contains filtered or unexported fields
}
GpsStatusClient wraps the gRPC GpsStatusService client.
func NewGpsStatusClient ¶ added in v0.0.6
func NewGpsStatusClient(cc grpc.ClientConnInterface) *GpsStatusClient
NewGpsStatusClient creates a new GpsStatus client.
func (*GpsStatusClient) GetMaxSatellites ¶ added in v0.0.6
func (c *GpsStatusClient) GetMaxSatellites(ctx context.Context) (int32, error)
GetMaxSatellites calls the GetMaxSatellites RPC.
func (*GpsStatusClient) GetSatellites ¶ added in v0.0.6
func (c *GpsStatusClient) GetSatellites(ctx context.Context) (int64, error)
GetSatellites calls the GetSatellites RPC.
func (*GpsStatusClient) GetTimeToFirstFix ¶ added in v0.0.6
func (c *GpsStatusClient) GetTimeToFirstFix(ctx context.Context) (int32, error)
GetTimeToFirstFix calls the GetTimeToFirstFix RPC.
type GpsStatusListenerClient ¶ added in v0.0.6
type GpsStatusListenerClient struct {
// contains filtered or unexported fields
}
GpsStatusListenerClient wraps the gRPC GpsStatusListenerService client.
func NewGpsStatusListenerClient ¶ added in v0.0.6
func NewGpsStatusListenerClient(cc grpc.ClientConnInterface) *GpsStatusListenerClient
NewGpsStatusListenerClient creates a new GpsStatusListener client.
func (*GpsStatusListenerClient) OnGpsStatusChanged ¶ added in v0.0.6
func (c *GpsStatusListenerClient) OnGpsStatusChanged(ctx context.Context, arg0 int32) error
OnGpsStatusChanged calls the OnGpsStatusChanged RPC.
type GpsStatusNmeaListenerClient ¶ added in v0.0.6
type GpsStatusNmeaListenerClient struct {
// contains filtered or unexported fields
}
GpsStatusNmeaListenerClient wraps the gRPC GpsStatusNmeaListenerService client.
func NewGpsStatusNmeaListenerClient ¶ added in v0.0.6
func NewGpsStatusNmeaListenerClient(cc grpc.ClientConnInterface) *GpsStatusNmeaListenerClient
NewGpsStatusNmeaListenerClient creates a new GpsStatusNmeaListener client.
func (*GpsStatusNmeaListenerClient) OnNmeaReceived ¶ added in v0.0.6
func (c *GpsStatusNmeaListenerClient) OnNmeaReceived(ctx context.Context, arg0 int64, arg1 string) error
OnNmeaReceived calls the OnNmeaReceived RPC.
type ListenerClient ¶ added in v0.0.6
type ListenerClient struct {
// contains filtered or unexported fields
}
ListenerClient wraps the gRPC ListenerService client.
func NewListenerClient ¶ added in v0.0.6
func NewListenerClient(cc grpc.ClientConnInterface) *ListenerClient
NewListenerClient creates a new Listener client.
func (*ListenerClient) OnLocationChanged ¶ added in v0.0.6
func (c *ListenerClient) OnLocationChanged(ctx context.Context, arg0 int64) error
OnLocationChanged calls the OnLocationChanged RPC.
type LocationClient ¶ added in v0.0.6
type LocationClient struct {
// contains filtered or unexported fields
}
LocationClient wraps the gRPC LocationService client.
func NewLocationClient ¶ added in v0.0.6
func NewLocationClient(cc grpc.ClientConnInterface) *LocationClient
NewLocationClient creates a new Location client.
func (*LocationClient) Convert1_1 ¶ added in v0.0.6
func (c *LocationClient) Convert1_1(ctx context.Context, handle int64, arg0 string) (float64, error)
Convert1_1 calls the Convert1_1 RPC.
func (*LocationClient) Convert2 ¶ added in v0.0.6
func (c *LocationClient) Convert2(ctx context.Context, handle int64, arg0 float64, arg1 int32) (string, error)
Convert2 calls the Convert2 RPC.
func (*LocationClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*LocationClient) DistanceBetween ¶ added in v0.0.6
func (c *LocationClient) DistanceBetween(ctx context.Context, handle int64, arg0 float64, arg1 float64, arg2 float64, arg3 float64, arg4 int64) error
DistanceBetween calls the DistanceBetween RPC.
func (*LocationClient) DistanceTo ¶ added in v0.0.6
DistanceTo calls the DistanceTo RPC.
func (*LocationClient) GetAccuracy ¶ added in v0.0.6
GetAccuracy calls the GetAccuracy RPC.
func (*LocationClient) GetAltitude ¶ added in v0.0.6
GetAltitude calls the GetAltitude RPC.
func (*LocationClient) GetBearing ¶ added in v0.0.6
GetBearing calls the GetBearing RPC.
func (*LocationClient) GetBearingAccuracyDegrees ¶ added in v0.0.6
func (c *LocationClient) GetBearingAccuracyDegrees(ctx context.Context, handle int64) (float32, error)
GetBearingAccuracyDegrees calls the GetBearingAccuracyDegrees RPC.
func (*LocationClient) GetElapsedRealtimeAgeMillis0 ¶ added in v0.0.6
func (c *LocationClient) GetElapsedRealtimeAgeMillis0(ctx context.Context, handle int64) (int64, error)
GetElapsedRealtimeAgeMillis0 calls the GetElapsedRealtimeAgeMillis0 RPC.
func (*LocationClient) GetElapsedRealtimeAgeMillis1_1 ¶ added in v0.0.6
func (c *LocationClient) GetElapsedRealtimeAgeMillis1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetElapsedRealtimeAgeMillis1_1 calls the GetElapsedRealtimeAgeMillis1_1 RPC.
func (*LocationClient) GetElapsedRealtimeMillis ¶ added in v0.0.6
GetElapsedRealtimeMillis calls the GetElapsedRealtimeMillis RPC.
func (*LocationClient) GetElapsedRealtimeNanos ¶ added in v0.0.6
GetElapsedRealtimeNanos calls the GetElapsedRealtimeNanos RPC.
func (*LocationClient) GetElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *LocationClient) GetElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) (float64, error)
GetElapsedRealtimeUncertaintyNanos calls the GetElapsedRealtimeUncertaintyNanos RPC.
func (*LocationClient) GetLatitude ¶ added in v0.0.6
GetLatitude calls the GetLatitude RPC.
func (*LocationClient) GetLongitude ¶ added in v0.0.6
GetLongitude calls the GetLongitude RPC.
func (*LocationClient) GetMslAltitudeAccuracyMeters ¶ added in v0.0.6
func (c *LocationClient) GetMslAltitudeAccuracyMeters(ctx context.Context, handle int64) (float32, error)
GetMslAltitudeAccuracyMeters calls the GetMslAltitudeAccuracyMeters RPC.
func (*LocationClient) GetMslAltitudeMeters ¶ added in v0.0.6
GetMslAltitudeMeters calls the GetMslAltitudeMeters RPC.
func (*LocationClient) GetProvider ¶ added in v0.0.6
GetProvider calls the GetProvider RPC.
func (*LocationClient) GetSpeedAccuracyMetersPerSecond ¶ added in v0.0.6
func (c *LocationClient) GetSpeedAccuracyMetersPerSecond(ctx context.Context, handle int64) (float32, error)
GetSpeedAccuracyMetersPerSecond calls the GetSpeedAccuracyMetersPerSecond RPC.
func (*LocationClient) GetVerticalAccuracyMeters ¶ added in v0.0.6
func (c *LocationClient) GetVerticalAccuracyMeters(ctx context.Context, handle int64) (float32, error)
GetVerticalAccuracyMeters calls the GetVerticalAccuracyMeters RPC.
func (*LocationClient) HasAccuracy ¶ added in v0.0.6
HasAccuracy calls the HasAccuracy RPC.
func (*LocationClient) HasAltitude ¶ added in v0.0.6
HasAltitude calls the HasAltitude RPC.
func (*LocationClient) HasBearing ¶ added in v0.0.6
HasBearing calls the HasBearing RPC.
func (*LocationClient) HasBearingAccuracy ¶ added in v0.0.6
HasBearingAccuracy calls the HasBearingAccuracy RPC.
func (*LocationClient) HasElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *LocationClient) HasElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) (bool, error)
HasElapsedRealtimeUncertaintyNanos calls the HasElapsedRealtimeUncertaintyNanos RPC.
func (*LocationClient) HasMslAltitude ¶ added in v0.0.6
HasMslAltitude calls the HasMslAltitude RPC.
func (*LocationClient) HasMslAltitudeAccuracy ¶ added in v0.0.6
HasMslAltitudeAccuracy calls the HasMslAltitudeAccuracy RPC.
func (*LocationClient) HasSpeedAccuracy ¶ added in v0.0.6
HasSpeedAccuracy calls the HasSpeedAccuracy RPC.
func (*LocationClient) HasVerticalAccuracy ¶ added in v0.0.6
HasVerticalAccuracy calls the HasVerticalAccuracy RPC.
func (*LocationClient) IsComplete ¶ added in v0.0.6
IsComplete calls the IsComplete RPC.
func (*LocationClient) IsFromMockProvider ¶ added in v0.0.6
IsFromMockProvider calls the IsFromMockProvider RPC.
func (*LocationClient) RemoveAccuracy ¶ added in v0.0.6
func (c *LocationClient) RemoveAccuracy(ctx context.Context, handle int64) error
RemoveAccuracy calls the RemoveAccuracy RPC.
func (*LocationClient) RemoveAltitude ¶ added in v0.0.6
func (c *LocationClient) RemoveAltitude(ctx context.Context, handle int64) error
RemoveAltitude calls the RemoveAltitude RPC.
func (*LocationClient) RemoveBearing ¶ added in v0.0.6
func (c *LocationClient) RemoveBearing(ctx context.Context, handle int64) error
RemoveBearing calls the RemoveBearing RPC.
func (*LocationClient) RemoveBearingAccuracy ¶ added in v0.0.6
func (c *LocationClient) RemoveBearingAccuracy(ctx context.Context, handle int64) error
RemoveBearingAccuracy calls the RemoveBearingAccuracy RPC.
func (*LocationClient) RemoveElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *LocationClient) RemoveElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64) error
RemoveElapsedRealtimeUncertaintyNanos calls the RemoveElapsedRealtimeUncertaintyNanos RPC.
func (*LocationClient) RemoveMslAltitude ¶ added in v0.0.6
func (c *LocationClient) RemoveMslAltitude(ctx context.Context, handle int64) error
RemoveMslAltitude calls the RemoveMslAltitude RPC.
func (*LocationClient) RemoveMslAltitudeAccuracy ¶ added in v0.0.6
func (c *LocationClient) RemoveMslAltitudeAccuracy(ctx context.Context, handle int64) error
RemoveMslAltitudeAccuracy calls the RemoveMslAltitudeAccuracy RPC.
func (*LocationClient) RemoveSpeed ¶ added in v0.0.6
func (c *LocationClient) RemoveSpeed(ctx context.Context, handle int64) error
RemoveSpeed calls the RemoveSpeed RPC.
func (*LocationClient) RemoveSpeedAccuracy ¶ added in v0.0.6
func (c *LocationClient) RemoveSpeedAccuracy(ctx context.Context, handle int64) error
RemoveSpeedAccuracy calls the RemoveSpeedAccuracy RPC.
func (*LocationClient) RemoveVerticalAccuracy ¶ added in v0.0.6
func (c *LocationClient) RemoveVerticalAccuracy(ctx context.Context, handle int64) error
RemoveVerticalAccuracy calls the RemoveVerticalAccuracy RPC.
func (*LocationClient) Reset ¶ added in v0.0.6
func (c *LocationClient) Reset(ctx context.Context, handle int64) error
Reset calls the Reset RPC.
func (*LocationClient) SetAccuracy ¶ added in v0.0.6
SetAccuracy calls the SetAccuracy RPC.
func (*LocationClient) SetAltitude ¶ added in v0.0.6
SetAltitude calls the SetAltitude RPC.
func (*LocationClient) SetBearing ¶ added in v0.0.6
SetBearing calls the SetBearing RPC.
func (*LocationClient) SetBearingAccuracyDegrees ¶ added in v0.0.6
func (c *LocationClient) SetBearingAccuracyDegrees(ctx context.Context, handle int64, arg0 float32) error
SetBearingAccuracyDegrees calls the SetBearingAccuracyDegrees RPC.
func (*LocationClient) SetElapsedRealtimeNanos ¶ added in v0.0.6
func (c *LocationClient) SetElapsedRealtimeNanos(ctx context.Context, handle int64, arg0 int64) error
SetElapsedRealtimeNanos calls the SetElapsedRealtimeNanos RPC.
func (*LocationClient) SetElapsedRealtimeUncertaintyNanos ¶ added in v0.0.6
func (c *LocationClient) SetElapsedRealtimeUncertaintyNanos(ctx context.Context, handle int64, arg0 float64) error
SetElapsedRealtimeUncertaintyNanos calls the SetElapsedRealtimeUncertaintyNanos RPC.
func (*LocationClient) SetLatitude ¶ added in v0.0.6
SetLatitude calls the SetLatitude RPC.
func (*LocationClient) SetLongitude ¶ added in v0.0.6
SetLongitude calls the SetLongitude RPC.
func (*LocationClient) SetMslAltitudeAccuracyMeters ¶ added in v0.0.6
func (c *LocationClient) SetMslAltitudeAccuracyMeters(ctx context.Context, handle int64, arg0 float32) error
SetMslAltitudeAccuracyMeters calls the SetMslAltitudeAccuracyMeters RPC.
func (*LocationClient) SetMslAltitudeMeters ¶ added in v0.0.6
func (c *LocationClient) SetMslAltitudeMeters(ctx context.Context, handle int64, arg0 float64) error
SetMslAltitudeMeters calls the SetMslAltitudeMeters RPC.
func (*LocationClient) SetProvider ¶ added in v0.0.6
SetProvider calls the SetProvider RPC.
func (*LocationClient) SetSpeedAccuracyMetersPerSecond ¶ added in v0.0.6
func (c *LocationClient) SetSpeedAccuracyMetersPerSecond(ctx context.Context, handle int64, arg0 float32) error
SetSpeedAccuracyMetersPerSecond calls the SetSpeedAccuracyMetersPerSecond RPC.
func (*LocationClient) SetVerticalAccuracyMeters ¶ added in v0.0.6
func (c *LocationClient) SetVerticalAccuracyMeters(ctx context.Context, handle int64, arg0 float32) error
SetVerticalAccuracyMeters calls the SetVerticalAccuracyMeters RPC.
func (*LocationClient) WriteToParcel ¶ added in v0.0.6
func (c *LocationClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ManagerClient ¶ added in v0.0.6
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶ added in v0.0.6
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
func (*ManagerClient) AddGpsStatusListener ¶ added in v0.0.6
AddGpsStatusListener calls the AddGpsStatusListener RPC.
func (*ManagerClient) AddNmeaListener1 ¶ added in v0.0.6
AddNmeaListener1 calls the AddNmeaListener1 RPC.
func (*ManagerClient) AddNmeaListener1_1 ¶ added in v0.0.6
AddNmeaListener1_1 calls the AddNmeaListener1_1 RPC.
func (*ManagerClient) AddNmeaListener2_2 ¶ added in v0.0.6
func (c *ManagerClient) AddNmeaListener2_2(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
AddNmeaListener2_2 calls the AddNmeaListener2_2 RPC.
func (*ManagerClient) AddProximityAlert ¶ added in v0.0.6
func (c *ManagerClient) AddProximityAlert(ctx context.Context, arg0 float64, arg1 float64, arg2 float32, arg3 int64, arg4 int64) error
AddProximityAlert calls the AddProximityAlert RPC.
func (*ManagerClient) AddTestProvider2 ¶ added in v0.0.6
AddTestProvider2 calls the AddTestProvider2 RPC.
func (*ManagerClient) AddTestProvider10_1 ¶ added in v0.0.6
func (c *ManagerClient) AddTestProvider10_1(ctx context.Context, arg0 string, arg1 bool, arg2 bool, arg3 bool, arg4 bool, arg5 bool, arg6 bool, arg7 bool, arg8 int32, arg9 int32) error
AddTestProvider10_1 calls the AddTestProvider10_1 RPC.
func (*ManagerClient) ClearTestProviderEnabled ¶ added in v0.0.6
func (c *ManagerClient) ClearTestProviderEnabled(ctx context.Context, arg0 string) error
ClearTestProviderEnabled calls the ClearTestProviderEnabled RPC.
func (*ManagerClient) ClearTestProviderLocation ¶ added in v0.0.6
func (c *ManagerClient) ClearTestProviderLocation(ctx context.Context, arg0 string) error
ClearTestProviderLocation calls the ClearTestProviderLocation RPC.
func (*ManagerClient) ClearTestProviderStatus ¶ added in v0.0.6
func (c *ManagerClient) ClearTestProviderStatus(ctx context.Context, arg0 string) error
ClearTestProviderStatus calls the ClearTestProviderStatus RPC.
func (*ManagerClient) GetAllProviders ¶ added in v0.0.6
func (c *ManagerClient) GetAllProviders(ctx context.Context) (int64, error)
GetAllProviders calls the GetAllProviders RPC.
func (*ManagerClient) GetBestProvider ¶ added in v0.0.6
GetBestProvider calls the GetBestProvider RPC.
func (*ManagerClient) GetGnssAntennaInfos ¶ added in v0.0.6
func (c *ManagerClient) GetGnssAntennaInfos(ctx context.Context) (int64, error)
GetGnssAntennaInfos calls the GetGnssAntennaInfos RPC.
func (*ManagerClient) GetGnssCapabilities ¶ added in v0.0.6
func (c *ManagerClient) GetGnssCapabilities(ctx context.Context) (int64, error)
GetGnssCapabilities calls the GetGnssCapabilities RPC.
func (*ManagerClient) GetGnssHardwareModelName ¶ added in v0.0.6
func (c *ManagerClient) GetGnssHardwareModelName(ctx context.Context) (string, error)
GetGnssHardwareModelName calls the GetGnssHardwareModelName RPC.
func (*ManagerClient) GetGnssYearOfHardware ¶ added in v0.0.6
func (c *ManagerClient) GetGnssYearOfHardware(ctx context.Context) (int32, error)
GetGnssYearOfHardware calls the GetGnssYearOfHardware RPC.
func (*ManagerClient) GetGpsStatus ¶ added in v0.0.6
GetGpsStatus calls the GetGpsStatus RPC.
func (*ManagerClient) GetLastKnownLocation ¶ added in v0.0.6
GetLastKnownLocation calls the GetLastKnownLocation RPC.
func (*ManagerClient) GetProvider ¶ added in v0.0.6
GetProvider calls the GetProvider RPC.
func (*ManagerClient) GetProviderProperties ¶ added in v0.0.6
GetProviderProperties calls the GetProviderProperties RPC.
func (*ManagerClient) GetProviders1_1 ¶ added in v0.0.6
GetProviders1_1 calls the GetProviders1_1 RPC.
func (*ManagerClient) GetProviders2 ¶ added in v0.0.6
GetProviders2 calls the GetProviders2 RPC.
func (*ManagerClient) HasProvider ¶ added in v0.0.6
HasProvider calls the HasProvider RPC.
func (*ManagerClient) IsLocationEnabled ¶ added in v0.0.6
func (c *ManagerClient) IsLocationEnabled(ctx context.Context) (bool, error)
IsLocationEnabled calls the IsLocationEnabled RPC.
func (*ManagerClient) IsProviderEnabled ¶ added in v0.0.6
IsProviderEnabled calls the IsProviderEnabled RPC.
func (*ManagerClient) RegisterAntennaInfoListener ¶ added in v0.0.6
func (c *ManagerClient) RegisterAntennaInfoListener(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
RegisterAntennaInfoListener calls the RegisterAntennaInfoListener RPC.
func (*ManagerClient) RegisterGnssMeasurementsCallback1_1 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssMeasurementsCallback1_1(ctx context.Context, arg0 int64) (bool, error)
RegisterGnssMeasurementsCallback1_1 calls the RegisterGnssMeasurementsCallback1_1 RPC.
func (*ManagerClient) RegisterGnssMeasurementsCallback2_2 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssMeasurementsCallback2_2(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
RegisterGnssMeasurementsCallback2_2 calls the RegisterGnssMeasurementsCallback2_2 RPC.
func (*ManagerClient) RegisterGnssMeasurementsCallback3 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssMeasurementsCallback3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
RegisterGnssMeasurementsCallback3 calls the RegisterGnssMeasurementsCallback3 RPC.
func (*ManagerClient) RegisterGnssNavigationMessageCallback1 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssNavigationMessageCallback1(ctx context.Context, arg0 int64) (bool, error)
RegisterGnssNavigationMessageCallback1 calls the RegisterGnssNavigationMessageCallback1 RPC.
func (*ManagerClient) RegisterGnssNavigationMessageCallback2_1 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssNavigationMessageCallback2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
RegisterGnssNavigationMessageCallback2_1 calls the RegisterGnssNavigationMessageCallback2_1 RPC.
func (*ManagerClient) RegisterGnssStatusCallback1 ¶ added in v0.0.6
RegisterGnssStatusCallback1 calls the RegisterGnssStatusCallback1 RPC.
func (*ManagerClient) RegisterGnssStatusCallback2_1 ¶ added in v0.0.6
func (c *ManagerClient) RegisterGnssStatusCallback2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
RegisterGnssStatusCallback2_1 calls the RegisterGnssStatusCallback2_1 RPC.
func (*ManagerClient) RemoveGpsStatusListener ¶ added in v0.0.6
func (c *ManagerClient) RemoveGpsStatusListener(ctx context.Context, arg0 int64) error
RemoveGpsStatusListener calls the RemoveGpsStatusListener RPC.
func (*ManagerClient) RemoveNmeaListener1 ¶ added in v0.0.6
func (c *ManagerClient) RemoveNmeaListener1(ctx context.Context, arg0 int64) error
RemoveNmeaListener1 calls the RemoveNmeaListener1 RPC.
func (*ManagerClient) RemoveNmeaListener1_1 ¶ added in v0.0.6
func (c *ManagerClient) RemoveNmeaListener1_1(ctx context.Context, arg0 int64) error
RemoveNmeaListener1_1 calls the RemoveNmeaListener1_1 RPC.
func (*ManagerClient) RemoveProximityAlert ¶ added in v0.0.6
func (c *ManagerClient) RemoveProximityAlert(ctx context.Context, arg0 int64) error
RemoveProximityAlert calls the RemoveProximityAlert RPC.
func (*ManagerClient) RemoveTestProvider ¶ added in v0.0.6
func (c *ManagerClient) RemoveTestProvider(ctx context.Context, arg0 string) error
RemoveTestProvider calls the RemoveTestProvider RPC.
func (*ManagerClient) RemoveUpdates1 ¶ added in v0.0.6
func (c *ManagerClient) RemoveUpdates1(ctx context.Context, arg0 int64) error
RemoveUpdates1 calls the RemoveUpdates1 RPC.
func (*ManagerClient) RemoveUpdates1_1 ¶ added in v0.0.6
func (c *ManagerClient) RemoveUpdates1_1(ctx context.Context, arg0 int64) error
RemoveUpdates1_1 calls the RemoveUpdates1_1 RPC.
func (*ManagerClient) RequestFlush3 ¶ added in v0.0.6
func (c *ManagerClient) RequestFlush3(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error
RequestFlush3 calls the RequestFlush3 RPC.
func (*ManagerClient) RequestFlush3_1 ¶ added in v0.0.6
func (c *ManagerClient) RequestFlush3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int32) error
RequestFlush3_1 calls the RequestFlush3_1 RPC.
func (*ManagerClient) RequestLocationUpdates3 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error
RequestLocationUpdates3 calls the RequestLocationUpdates3 RPC.
func (*ManagerClient) RequestLocationUpdates4_1 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates4_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64, arg3 int64) error
RequestLocationUpdates4_1 calls the RequestLocationUpdates4_1 RPC.
func (*ManagerClient) RequestLocationUpdates4_2 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates4_2(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64) error
RequestLocationUpdates4_2 calls the RequestLocationUpdates4_2 RPC.
func (*ManagerClient) RequestLocationUpdates4_3 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates4_3(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64) error
RequestLocationUpdates4_3 calls the RequestLocationUpdates4_3 RPC.
func (*ManagerClient) RequestLocationUpdates4_6 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates4_6(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64) error
RequestLocationUpdates4_6 calls the RequestLocationUpdates4_6 RPC.
func (*ManagerClient) RequestLocationUpdates5_4 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates5_4(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64, arg4 int64) error
RequestLocationUpdates5_4 calls the RequestLocationUpdates5_4 RPC.
func (*ManagerClient) RequestLocationUpdates5_5 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates5_5(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 int64, arg4 int64) error
RequestLocationUpdates5_5 calls the RequestLocationUpdates5_5 RPC.
func (*ManagerClient) RequestLocationUpdates5_7 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates5_7(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64, arg4 int64) error
RequestLocationUpdates5_7 calls the RequestLocationUpdates5_7 RPC.
func (*ManagerClient) RequestLocationUpdates5_8 ¶ added in v0.0.6
func (c *ManagerClient) RequestLocationUpdates5_8(ctx context.Context, arg0 int64, arg1 float32, arg2 int64, arg3 int64, arg4 int64) error
RequestLocationUpdates5_8 calls the RequestLocationUpdates5_8 RPC.
func (*ManagerClient) RequestSingleUpdate2 ¶ added in v0.0.6
RequestSingleUpdate2 calls the RequestSingleUpdate2 RPC.
func (*ManagerClient) RequestSingleUpdate2_2 ¶ added in v0.0.6
RequestSingleUpdate2_2 calls the RequestSingleUpdate2_2 RPC.
func (*ManagerClient) RequestSingleUpdate3_1 ¶ added in v0.0.6
func (c *ManagerClient) RequestSingleUpdate3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
RequestSingleUpdate3_1 calls the RequestSingleUpdate3_1 RPC.
func (*ManagerClient) RequestSingleUpdate3_3 ¶ added in v0.0.6
func (c *ManagerClient) RequestSingleUpdate3_3(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error
RequestSingleUpdate3_3 calls the RequestSingleUpdate3_3 RPC.
func (*ManagerClient) SendExtraCommand ¶ added in v0.0.6
func (c *ManagerClient) SendExtraCommand(ctx context.Context, arg0 string, arg1 string, arg2 int64) (bool, error)
SendExtraCommand calls the SendExtraCommand RPC.
func (*ManagerClient) SetTestProviderEnabled ¶ added in v0.0.6
SetTestProviderEnabled calls the SetTestProviderEnabled RPC.
func (*ManagerClient) SetTestProviderLocation ¶ added in v0.0.6
SetTestProviderLocation calls the SetTestProviderLocation RPC.
func (*ManagerClient) SetTestProviderStatus ¶ added in v0.0.6
func (c *ManagerClient) SetTestProviderStatus(ctx context.Context, arg0 string, arg1 int32, arg2 int64, arg3 int64) error
SetTestProviderStatus calls the SetTestProviderStatus RPC.
func (*ManagerClient) UnregisterAntennaInfoListener ¶ added in v0.0.6
func (c *ManagerClient) UnregisterAntennaInfoListener(ctx context.Context, arg0 int64) error
UnregisterAntennaInfoListener calls the UnregisterAntennaInfoListener RPC.
func (*ManagerClient) UnregisterGnssMeasurementsCallback ¶ added in v0.0.6
func (c *ManagerClient) UnregisterGnssMeasurementsCallback(ctx context.Context, arg0 int64) error
UnregisterGnssMeasurementsCallback calls the UnregisterGnssMeasurementsCallback RPC.
func (*ManagerClient) UnregisterGnssNavigationMessageCallback ¶ added in v0.0.6
func (c *ManagerClient) UnregisterGnssNavigationMessageCallback(ctx context.Context, arg0 int64) error
UnregisterGnssNavigationMessageCallback calls the UnregisterGnssNavigationMessageCallback RPC.
func (*ManagerClient) UnregisterGnssStatusCallback ¶ added in v0.0.6
func (c *ManagerClient) UnregisterGnssStatusCallback(ctx context.Context, arg0 int64) error
UnregisterGnssStatusCallback calls the UnregisterGnssStatusCallback RPC.
type OnNmeaMessageListenerClient ¶ added in v0.0.6
type OnNmeaMessageListenerClient struct {
// contains filtered or unexported fields
}
OnNmeaMessageListenerClient wraps the gRPC OnNmeaMessageListenerService client.
func NewOnNmeaMessageListenerClient ¶ added in v0.0.6
func NewOnNmeaMessageListenerClient(cc grpc.ClientConnInterface) *OnNmeaMessageListenerClient
NewOnNmeaMessageListenerClient creates a new OnNmeaMessageListener client.
func (*OnNmeaMessageListenerClient) OnNmeaMessage ¶ added in v0.0.6
func (c *OnNmeaMessageListenerClient) OnNmeaMessage(ctx context.Context, arg0 string, arg1 int64) error
OnNmeaMessage calls the OnNmeaMessage RPC.
type ProviderClient ¶ added in v0.0.6
type ProviderClient struct {
// contains filtered or unexported fields
}
ProviderClient wraps the gRPC ProviderService client.
func NewProviderClient ¶ added in v0.0.6
func NewProviderClient(cc grpc.ClientConnInterface) *ProviderClient
NewProviderClient creates a new Provider client.
func (*ProviderClient) GetAccuracy ¶ added in v0.0.6
func (c *ProviderClient) GetAccuracy(ctx context.Context) (int32, error)
GetAccuracy calls the GetAccuracy RPC.
func (*ProviderClient) GetName ¶ added in v0.0.6
func (c *ProviderClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*ProviderClient) GetPowerRequirement ¶ added in v0.0.6
func (c *ProviderClient) GetPowerRequirement(ctx context.Context) (int32, error)
GetPowerRequirement calls the GetPowerRequirement RPC.
func (*ProviderClient) HasMonetaryCost ¶ added in v0.0.6
func (c *ProviderClient) HasMonetaryCost(ctx context.Context) (bool, error)
HasMonetaryCost calls the HasMonetaryCost RPC.
func (*ProviderClient) MeetsCriteria ¶ added in v0.0.6
MeetsCriteria calls the MeetsCriteria RPC.
func (*ProviderClient) RequiresCell ¶ added in v0.0.6
func (c *ProviderClient) RequiresCell(ctx context.Context) (bool, error)
RequiresCell calls the RequiresCell RPC.
func (*ProviderClient) RequiresNetwork ¶ added in v0.0.6
func (c *ProviderClient) RequiresNetwork(ctx context.Context) (bool, error)
RequiresNetwork calls the RequiresNetwork RPC.
func (*ProviderClient) RequiresSatellite ¶ added in v0.0.6
func (c *ProviderClient) RequiresSatellite(ctx context.Context) (bool, error)
RequiresSatellite calls the RequiresSatellite RPC.
func (*ProviderClient) SupportsAltitude ¶ added in v0.0.6
func (c *ProviderClient) SupportsAltitude(ctx context.Context) (bool, error)
SupportsAltitude calls the SupportsAltitude RPC.
func (*ProviderClient) SupportsBearing ¶ added in v0.0.6
func (c *ProviderClient) SupportsBearing(ctx context.Context) (bool, error)
SupportsBearing calls the SupportsBearing RPC.
func (*ProviderClient) SupportsSpeed ¶ added in v0.0.6
func (c *ProviderClient) SupportsSpeed(ctx context.Context) (bool, error)
SupportsSpeed calls the SupportsSpeed RPC.
type RequestBuilderClient ¶ added in v0.0.6
type RequestBuilderClient struct {
// contains filtered or unexported fields
}
RequestBuilderClient wraps the gRPC RequestBuilderService client.
func NewRequestBuilderClient ¶ added in v0.0.6
func NewRequestBuilderClient(cc grpc.ClientConnInterface) *RequestBuilderClient
NewRequestBuilderClient creates a new RequestBuilder client.
func (*RequestBuilderClient) Build ¶ added in v0.0.6
func (c *RequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*RequestBuilderClient) ClearMinUpdateIntervalMillis ¶ added in v0.0.6
func (c *RequestBuilderClient) ClearMinUpdateIntervalMillis(ctx context.Context) (int64, error)
ClearMinUpdateIntervalMillis calls the ClearMinUpdateIntervalMillis RPC.
func (*RequestBuilderClient) SetDurationMillis ¶ added in v0.0.6
SetDurationMillis calls the SetDurationMillis RPC.
func (*RequestBuilderClient) SetIntervalMillis ¶ added in v0.0.6
SetIntervalMillis calls the SetIntervalMillis RPC.
func (*RequestBuilderClient) SetMaxUpdateDelayMillis ¶ added in v0.0.6
func (c *RequestBuilderClient) SetMaxUpdateDelayMillis(ctx context.Context, arg0 int64) (int64, error)
SetMaxUpdateDelayMillis calls the SetMaxUpdateDelayMillis RPC.
func (*RequestBuilderClient) SetMaxUpdates ¶ added in v0.0.6
SetMaxUpdates calls the SetMaxUpdates RPC.
func (*RequestBuilderClient) SetMinUpdateDistanceMeters ¶ added in v0.0.6
func (c *RequestBuilderClient) SetMinUpdateDistanceMeters(ctx context.Context, arg0 float32) (int64, error)
SetMinUpdateDistanceMeters calls the SetMinUpdateDistanceMeters RPC.
func (*RequestBuilderClient) SetMinUpdateIntervalMillis ¶ added in v0.0.6
func (c *RequestBuilderClient) SetMinUpdateIntervalMillis(ctx context.Context, arg0 int64) (int64, error)
SetMinUpdateIntervalMillis calls the SetMinUpdateIntervalMillis RPC.
func (*RequestBuilderClient) SetQuality ¶ added in v0.0.6
SetQuality calls the SetQuality RPC.
type RequestClient ¶ added in v0.0.6
type RequestClient struct {
// contains filtered or unexported fields
}
RequestClient wraps the gRPC RequestService client.
func NewRequestClient ¶ added in v0.0.6
func NewRequestClient(cc grpc.ClientConnInterface) *RequestClient
NewRequestClient creates a new Request client.
func (*RequestClient) DescribeContents ¶ added in v0.0.6
func (c *RequestClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RequestClient) GetDurationMillis ¶ added in v0.0.6
func (c *RequestClient) GetDurationMillis(ctx context.Context) (int64, error)
GetDurationMillis calls the GetDurationMillis RPC.
func (*RequestClient) GetIntervalMillis ¶ added in v0.0.6
func (c *RequestClient) GetIntervalMillis(ctx context.Context) (int64, error)
GetIntervalMillis calls the GetIntervalMillis RPC.
func (*RequestClient) GetMaxUpdateDelayMillis ¶ added in v0.0.6
func (c *RequestClient) GetMaxUpdateDelayMillis(ctx context.Context) (int64, error)
GetMaxUpdateDelayMillis calls the GetMaxUpdateDelayMillis RPC.
func (*RequestClient) GetMaxUpdates ¶ added in v0.0.6
func (c *RequestClient) GetMaxUpdates(ctx context.Context) (int32, error)
GetMaxUpdates calls the GetMaxUpdates RPC.
func (*RequestClient) GetMinUpdateDistanceMeters ¶ added in v0.0.6
func (c *RequestClient) GetMinUpdateDistanceMeters(ctx context.Context) (float32, error)
GetMinUpdateDistanceMeters calls the GetMinUpdateDistanceMeters RPC.
func (*RequestClient) GetMinUpdateIntervalMillis ¶ added in v0.0.6
func (c *RequestClient) GetMinUpdateIntervalMillis(ctx context.Context) (int64, error)
GetMinUpdateIntervalMillis calls the GetMinUpdateIntervalMillis RPC.
func (*RequestClient) GetQuality ¶ added in v0.0.6
func (c *RequestClient) GetQuality(ctx context.Context) (int32, error)
GetQuality calls the GetQuality RPC.
func (*RequestClient) HashCode ¶ added in v0.0.6
func (c *RequestClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RequestClient) ToString ¶ added in v0.0.6
func (c *RequestClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RequestClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type SettingInjectorServiceClient ¶ added in v0.0.6
type SettingInjectorServiceClient struct {
// contains filtered or unexported fields
}
SettingInjectorServiceClient wraps the gRPC SettingInjectorServiceService client.
func NewSettingInjectorServiceClient ¶ added in v0.0.6
func NewSettingInjectorServiceClient(cc grpc.ClientConnInterface) *SettingInjectorServiceClient
NewSettingInjectorServiceClient creates a new SettingInjectorService client.
func (*SettingInjectorServiceClient) OnStartCommand ¶ added in v0.0.6
func (c *SettingInjectorServiceClient) OnStartCommand(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
OnStartCommand calls the OnStartCommand RPC.
func (*SettingInjectorServiceClient) RefreshSettings ¶ added in v0.0.6
func (c *SettingInjectorServiceClient) RefreshSettings(ctx context.Context, arg0 int64) error
RefreshSettings calls the RefreshSettings RPC.