Searched refs:corrections (Results 1 – 9 of 9) sorted by relevance
30 Return<bool> GnssMeasurementCorrections::setCorrections(const MeasurementCorrections& corrections) { in setCorrections() argument34 corrections.latitudeDegrees, corrections.longitudeDegrees, corrections.altitudeMeters, in setCorrections()35 corrections.horizontalPositionUncertaintyMeters, in setCorrections()36 corrections.verticalPositionUncertaintyMeters, in setCorrections()37 static_cast<unsigned long long>(corrections.toaGpsNanosecondsOfWeek), in setCorrections()38 static_cast<int>(corrections.satCorrections.size())); in setCorrections()39 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()
40 Return<bool> setCorrections(const MeasurementCorrections& corrections) override;
20 * GNSS measurement corrections callback interface.25 * Flags to indicate supported measurement corrections capabilities30 /** GNSS supports line-of-sight satellite identification measurement corrections */32 /** GNSS supports per satellite excess-path-length measurement corrections */34 /** GNSS supports reflecting planes measurement corrections */43 * corrections interface.45 * @param capabilities Supported measurement corrections capabilities. It is mandatory to
22 * Interface for measurement corrections support.26 * Injects measurement corrections to be used by the HAL to improve the GNSS location output.35 * @param corrections The computed corrections to be used by the HAL.37 * @return success Whether the HAL can accept & use these corrections.39 setCorrections(MeasurementCorrections corrections) generates (bool success);
22 * A struct with measurement corrections for a single visible satellites46 * multiple corrections for the same satellite may be provided.77 * A struct containing a set of measurement corrections for all used GNSS satellites at the location82 /** Represents latitude in degrees at which the corrections are computed.. */85 /** Represents longitude in degrees at which the corrections are computed.. */89 * Represents altitude in meters above the WGS 84 reference ellipsoid at which the corrections96 * which the corrections are provided.98 * This value is useful for example to judge how accurate the provided corrections are.104 * which the corrections are provided.106 * This value is useful for example to judge how accurate the provided corrections are.[all …]
62 …roid::hardware::gnss::measurement_corrections::V1_0::MeasurementCorrections& corrections) override;
38 /** GNSS supports measurement corrections */
396 * in-order to properly apply code specific corrections to the pseudorange measurements.
449 * Pseudorange Rate value includes corrections for receiver and satellite455 * uncorrected pseudorange rate, do not apply the corrections described above.)