le_gnss_interface.h
Go to the documentation of this file.
24 * GNSS or Global Navigation Satellite System is a satellite navigation system with global coverage.103 * The le_gnss_InjectUtcTime() function injects the UTC time into the location engine. Providing an107 * The le_gnss_ForceHotRestart() function performs a "HOT" restart of the GNSS device. The current112 * The le_gnss_ForceWarmRestart() function performs a "WARM" restart of the GNSS device. The current119 * The le_gnss_ForceColdRestart() function performs a "COLD" restart of the GNSS device. The current129 * The GNSS position is computed and delivered each acquisition rate. The acquisition rate defines146 * Please refer to your platform documentation @ref platformConstraintsGnss_SettingConfiguration for149 * Combinations of constellation for GPS, GLONASS, BDS, GALILEO and QZSS satellites are currently156 * le_gnss_SetConstellationArea sets the area for a GNSS constellation. le_gnss_GetConstellationArea175 * @ref le_gnss_NMEA with a bit mask. The supported values are listed in @ref le_gnss_NmeaBitMask_t.178 * Please refer to your platform documentation @ref platformConstraintsGnss_SettingConfiguration for183 * The le_gnss_GetNmeaSentences() function gets the bit mask of the enabled NMEA sentences in the193 * ''LE_OK or error code'' means the function is authorized in the corresponding state, the request194 * is performed and the result is returned; otherwise the returned error is indicated for each state197 *| ----------------------------- | --------------------------- | -----------------------------| --------------------------- | --------------------------- |200 *| le_gnss_ForceHotRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |201 *| le_gnss_ForceWarmRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |202 *| le_gnss_ForceColdRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |203 *| le_gnss_ForceFactoryRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |204 *| le_gnss_Disable() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_DUPLICATE |206 *| le_gnss_SetConstellation() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |207 *| le_gnss_GetConstellation() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |208 *| le_gnss_SetConstellationArea() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |209 *| le_gnss_GetConstellationArea() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |210 *| le_gnss_GetTtff() | LE_NOT_PERMITTED | LE_OK or error code | LE_OK or error code | LE_NOT_PERMITTED |211 *| le_gnss_SetAcquisitionRate() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |212 *| le_gnss_GetAcquisitionRate() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |213 *| le_gnss_SetNmeaSentences() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |214 *| le_gnss_GetNmeaSentences() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |290 * With le_gnss_GetExtendedEphemerisValidity(), you will to get the validity of the last injected303 * That 3GPP User Plane A-GNSS (Assisted GNSS) protocol is defined by two different standardization304 * bodies, 3GPP and Open Mobile Alliance (OMA). For more information, please refer to the standard.309 *, then returns the retrieved GNSS data to the SUPL (Secure User Plan Location) server, where the313 * server. The MS measures the signals from the GNSS satellites and makes the position calculation.326 * The SUPL server is configured using the le_gnss_SetSuplServerUrl() function. That function sets330 * le_gnss_InjectSuplCertificate() function and deleted through the le_gnss_DeleteSuplCertificate()332 * The SUPL certificate lenght given as parameter to le_gnss_InjectSuplCertificate() must be less404 //--------------------------------------------------------------------------------------------------408 //--------------------------------------------------------------------------------------------------411 //--------------------------------------------------------------------------------------------------414 * Connect the current client thread to the service providing this API. Block until the service is417 * For each thread that wants to use this API, either ConnectService or TryConnectService must be418 * called before any other functions in this API. Normally, ConnectService is automatically called423 //--------------------------------------------------------------------------------------------------429 //--------------------------------------------------------------------------------------------------432 * Try to connect the current client thread to the service providing this API. Return with an error435 * For each thread that wants to use this API, either ConnectService or TryConnectService must be436 * called before any other functions in this API. Normally, ConnectService is automatically called445 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).448 //--------------------------------------------------------------------------------------------------454 //--------------------------------------------------------------------------------------------------458 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants461 //--------------------------------------------------------------------------------------------------468 //--------------------------------------------------------------------------------------------------474 * longer a connection to the service, and the functions in this API can't be used. For details, see479 //--------------------------------------------------------------------------------------------------486 //--------------------------------------------------------------------------------------------------490 //--------------------------------------------------------------------------------------------------493 //--------------------------------------------------------------------------------------------------498 //--------------------------------------------------------------------------------------------------501 //--------------------------------------------------------------------------------------------------505 //--------------------------------------------------------------------------------------------------508 //--------------------------------------------------------------------------------------------------513 //--------------------------------------------------------------------------------------------------516 //--------------------------------------------------------------------------------------------------520 //--------------------------------------------------------------------------------------------------523 //--------------------------------------------------------------------------------------------------529 //--------------------------------------------------------------------------------------------------532 //--------------------------------------------------------------------------------------------------536 //--------------------------------------------------------------------------------------------------539 //--------------------------------------------------------------------------------------------------546 //--------------------------------------------------------------------------------------------------549 //--------------------------------------------------------------------------------------------------552 //--------------------------------------------------------------------------------------------------555 //--------------------------------------------------------------------------------------------------558 //--------------------------------------------------------------------------------------------------561 //--------------------------------------------------------------------------------------------------564 //--------------------------------------------------------------------------------------------------567 //--------------------------------------------------------------------------------------------------570 //--------------------------------------------------------------------------------------------------573 //--------------------------------------------------------------------------------------------------576 //--------------------------------------------------------------------------------------------------579 //--------------------------------------------------------------------------------------------------583 //--------------------------------------------------------------------------------------------------587 //--------------------------------------------------------------------------------------------------591 //--------------------------------------------------------------------------------------------------608 //--------------------------------------------------------------------------------------------------612 //--------------------------------------------------------------------------------------------------627 //--------------------------------------------------------------------------------------------------631 //--------------------------------------------------------------------------------------------------653 //--------------------------------------------------------------------------------------------------657 //--------------------------------------------------------------------------------------------------686 //--------------------------------------------------------------------------------------------------690 //--------------------------------------------------------------------------------------------------703 //--------------------------------------------------------------------------------------------------707 //--------------------------------------------------------------------------------------------------726 //--------------------------------------------------------------------------------------------------730 //--------------------------------------------------------------------------------------------------743 //--------------------------------------------------------------------------------------------------749 //--------------------------------------------------------------------------------------------------767 //--------------------------------------------------------------------------------------------------779 //--------------------------------------------------------------------------------------------------786 LE_GNSS_NMEA_MASK_GPVTG = 0x10, ///< GPVTG type enabled: GPS vector track and speed over the ground.794 LE_GNSS_NMEA_MASK_GAVTG = 0x1000, ///< GAVTG type enabled: Galileo vector track and speed over the ground.796 LE_GNSS_NMEA_MASK_PQXFI = 0x4000, ///< PQXFI type enabled: Proprietary Qualcomm eXtended Fix Information.799 LE_GNSS_NMEA_MASK_GPGLL = 0x20000 ///< GPGLL type enabled: GPS Geographic position, latitude / longitude.804 //--------------------------------------------------------------------------------------------------808 //--------------------------------------------------------------------------------------------------812 //--------------------------------------------------------------------------------------------------817 //--------------------------------------------------------------------------------------------------819 (826 //--------------------------------------------------------------------------------------------------839 //--------------------------------------------------------------------------------------------------846 //--------------------------------------------------------------------------------------------------854 //--------------------------------------------------------------------------------------------------861 //--------------------------------------------------------------------------------------------------875 //--------------------------------------------------------------------------------------------------884 //--------------------------------------------------------------------------------------------------894 //--------------------------------------------------------------------------------------------------903 //--------------------------------------------------------------------------------------------------914 //--------------------------------------------------------------------------------------------------920 //--------------------------------------------------------------------------------------------------931 //--------------------------------------------------------------------------------------------------937 //--------------------------------------------------------------------------------------------------948 //--------------------------------------------------------------------------------------------------955 //--------------------------------------------------------------------------------------------------964 //--------------------------------------------------------------------------------------------------973 //--------------------------------------------------------------------------------------------------983 //--------------------------------------------------------------------------------------------------992 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1009 //--------------------------------------------------------------------------------------------------1020 //--------------------------------------------------------------------------------------------------1026 //--------------------------------------------------------------------------------------------------1036 //--------------------------------------------------------------------------------------------------1042 //--------------------------------------------------------------------------------------------------1054 //--------------------------------------------------------------------------------------------------1060 //--------------------------------------------------------------------------------------------------1070 //--------------------------------------------------------------------------------------------------1076 //--------------------------------------------------------------------------------------------------1086 //--------------------------------------------------------------------------------------------------1092 //--------------------------------------------------------------------------------------------------1102 //--------------------------------------------------------------------------------------------------1109 //--------------------------------------------------------------------------------------------------1122 //--------------------------------------------------------------------------------------------------1128 //--------------------------------------------------------------------------------------------------1141 //--------------------------------------------------------------------------------------------------1147 //--------------------------------------------------------------------------------------------------1159 * @warning This function may be subject to limitations depending on the platform. Please refer to1165 //--------------------------------------------------------------------------------------------------1172 //--------------------------------------------------------------------------------------------------1181 //--------------------------------------------------------------------------------------------------1188 //--------------------------------------------------------------------------------------------------1198 //--------------------------------------------------------------------------------------------------1207 //--------------------------------------------------------------------------------------------------1211 //--------------------------------------------------------------------------------------------------1218 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1237 //--------------------------------------------------------------------------------------------------1259 //--------------------------------------------------------------------------------------------------1272 //--------------------------------------------------------------------------------------------------1281 * @note Altitude is in meters, above Mean Sea Level, with 3 decimal places (3047 = 3.047 meters).1290 //--------------------------------------------------------------------------------------------------1301 //--------------------------------------------------------------------------------------------------1313 //--------------------------------------------------------------------------------------------------1328 //--------------------------------------------------------------------------------------------------1340 //--------------------------------------------------------------------------------------------------1351 //--------------------------------------------------------------------------------------------------1366 //--------------------------------------------------------------------------------------------------1375 //--------------------------------------------------------------------------------------------------1387 //--------------------------------------------------------------------------------------------------1396 //--------------------------------------------------------------------------------------------------1405 * @note The leap seconds in advance is the accumulated time in seconds since the start of GPS Epoch1408 * @note Insertion of each UTC leap second is usually decided about six months in advance by the1411 * @note If the caller is passing an invalid position sample reference or a null pointer into this1414 //--------------------------------------------------------------------------------------------------1423 //--------------------------------------------------------------------------------------------------1435 //--------------------------------------------------------------------------------------------------1448 //--------------------------------------------------------------------------------------------------1461 //--------------------------------------------------------------------------------------------------1473 //--------------------------------------------------------------------------------------------------1490 //--------------------------------------------------------------------------------------------------1503 //--------------------------------------------------------------------------------------------------1505 * Get the position sample's direction. Direction of movement is the direction that the vehicle or1521 //--------------------------------------------------------------------------------------------------1534 //--------------------------------------------------------------------------------------------------1553 //--------------------------------------------------------------------------------------------------1593 //--------------------------------------------------------------------------------------------------1598 //--------------------------------------------------------------------------------------------------1606 //--------------------------------------------------------------------------------------------------1618 //--------------------------------------------------------------------------------------------------1631 //--------------------------------------------------------------------------------------------------1648 //--------------------------------------------------------------------------------------------------1661 //--------------------------------------------------------------------------------------------------1677 //--------------------------------------------------------------------------------------------------1688 //--------------------------------------------------------------------------------------------------1700 * @note For a 2D position fix, the altitude with respect to the WGS-84 ellipsoid will be indicated1706 //--------------------------------------------------------------------------------------------------1716 //--------------------------------------------------------------------------------------------------1732 //--------------------------------------------------------------------------------------------------1741 //--------------------------------------------------------------------------------------------------1751 //--------------------------------------------------------------------------------------------------1757 //--------------------------------------------------------------------------------------------------1764 //--------------------------------------------------------------------------------------------------1771 //--------------------------------------------------------------------------------------------------1784 //--------------------------------------------------------------------------------------------------1791 //--------------------------------------------------------------------------------------------------1799 //--------------------------------------------------------------------------------------------------1806 //--------------------------------------------------------------------------------------------------1824 //--------------------------------------------------------------------------------------------------1831 //--------------------------------------------------------------------------------------------------1847 //--------------------------------------------------------------------------------------------------1859 //--------------------------------------------------------------------------------------------------1870 //--------------------------------------------------------------------------------------------------1878 //--------------------------------------------------------------------------------------------------1890 * @warning This function may be subject to limitations depending on the platform. Please refer to1896 //--------------------------------------------------------------------------------------------------1903 //--------------------------------------------------------------------------------------------------1917 //--------------------------------------------------------------------------------------------------1924 //--------------------------------------------------------------------------------------------------1929 //--------------------------------------------------------------------------------------------------1935 //--------------------------------------------------------------------------------------------------1948 //--------------------------------------------------------------------------------------------------1955 //--------------------------------------------------------------------------------------------------1967 //--------------------------------------------------------------------------------------------------Definition: le_gnss_interface.h:634le_result_t le_gnss_GetDirection(le_gnss_SampleRef_t positionSampleRef, uint32_t *directionPtr, uint32_t *directionAccuracyPtr)le_result_t le_gnss_GetAltitude(le_gnss_SampleRef_t positionSampleRef, int32_t *altitudePtr, int32_t *vAccuracyPtr)le_gnss_SbasConstellationCategory_t le_gnss_GetSbasConstellationCategory(uint16_t satId)le_result_t le_gnss_InjectSuplCertificate(uint8_t suplCertificateId, uint16_t suplCertificateLen, const char *LE_NONNULL suplCertificate)le_result_t le_gnss_GetSatellitesInfo(le_gnss_SampleRef_t positionSampleRef, uint16_t *satIdPtr, size_t *satIdSizePtr, le_gnss_Constellation_t *satConstPtr, size_t *satConstSizePtr, bool *satUsedPtr, size_t *satUsedSizePtr, uint8_t *satSnrPtr, size_t *satSnrSizePtr, uint16_t *satAzimPtr, size_t *satAzimSizePtr, uint8_t *satElevPtr, size_t *satElevSizePtr)Definition: le_gnss_interface.h:671le_result_t le_gnss_GetExtendedEphemerisValidity(uint64_t *startTimePtr, uint64_t *stopTimePtr)GNGSA type enabled: GNSS DOP and active satellites.Definition: le_gnss_interface.h:789le_result_t le_gnss_Start(void)le_gnss_PositionHandlerRef_t le_gnss_AddPositionHandler(le_gnss_PositionHandlerFunc_t handlerPtr, void *contextPtr)Russian satellite navigation system.Definition: le_gnss_interface.h:754le_result_t le_gnss_GetEpochTime(le_gnss_SampleRef_t positionSampleRef, uint64_t *millisecondsPtr)le_result_t le_gnss_ForceFactoryRestart(void)le_result_t le_gnss_LoadExtendedEphemerisFile(int fd)PSTIS type enabled: GPS session start indication.Definition: le_gnss_interface.h:795le_result_t le_gnss_GetAcquisitionRate(uint32_t *ratePtr)void le_gnss_DisconnectService(void)Definition: le_gnss_interface.h:643Definition: le_gnss_interface.h:662PTYPE type enabled: Proprietary Type mask.Definition: le_gnss_interface.h:797Definition: le_gnss_interface.h:674Chinese satellite navigation system.Definition: le_gnss_interface.h:756le_result_t le_gnss_ForceColdRestart(void)GAGSA type enabled: Galileo DOP and active satellites.Definition: le_gnss_interface.h:791Estimated (i.e. forward predicted) position fix.Definition: le_gnss_interface.h:621le_result_t le_gnss_ForceWarmRestart(void)le_result_t le_gnss_InjectUtcTime(uint64_t timeUtc, uint32_t timeUnc)GPGSV type enabled: GPS satellites in view.Definition: le_gnss_interface.h:784Definition: le_gnss_interface.h:668le_result_t le_gnss_SetConstellationArea(le_gnss_Constellation_t satConstellation, le_gnss_ConstellationArea_t constellationArea)le_result_t le_gnss_GetTtff(uint32_t *ttffPtr)le_result_t le_gnss_GetConstellation(le_gnss_ConstellationBitMask_t *constellationMaskPtr)void le_gnss_RemovePositionHandler(le_gnss_PositionHandlerRef_t handlerRef)le_result_t le_gnss_SetSuplServerUrl(const char *LE_NONNULL suplServerUrl)le_result_t le_gnss_EnableExtendedEphemerisFile(void)le_result_t le_gnss_GetAltitudeOnWgs84(le_gnss_SampleRef_t positionSampleRef, int32_t *altitudeOnWgs84Ptr)le_result_t le_gnss_GetTime(le_gnss_SampleRef_t positionSampleRef, uint16_t *hoursPtr, uint16_t *minutesPtr, uint16_t *secondsPtr, uint16_t *millisecondsPtr)le_result_t le_gnss_GetSuplAssistedMode(le_gnss_AssistedMode_t *assistedModePtr)le_result_t le_gnss_GetLocation(le_gnss_SampleRef_t positionSampleRef, int32_t *latitudePtr, int32_t *longitudePtr, int32_t *hAccuracyPtr)le_result_t le_gnss_DisableExtendedEphemerisFile(void)GAVTG type enabled: Galileo vector track and speed over the ground.Definition: le_gnss_interface.h:794le_result_t le_gnss_TryConnectService(void)le_result_t le_gnss_SetAcquisitionRate(uint32_t rate)le_result_t le_gnss_SetMinElevation(uint8_t minElevation)Definition: le_gnss_interface.h:637le_result_t le_gnss_GetDilutionOfPrecision(le_gnss_SampleRef_t positionSampleRef, le_gnss_DopType_t dopType, uint16_t *dopPtr)le_result_t le_gnss_DeleteSuplCertificate(uint8_t suplCertificateId)North American satellite navigation system.Definition: le_gnss_interface.h:752le_result_t le_gnss_GetMagneticDeviation(le_gnss_SampleRef_t positionSampleRef, int32_t *magneticDeviationPtr)Definition: le_gnss_interface.h:677void le_gnss_ReleaseSampleRef(le_gnss_SampleRef_t positionSampleRef)Definition: le_gnss_interface.h:665le_result_t le_gnss_GetNmeaSentences(le_gnss_NmeaBitMask_t *nmeaMaskPtrPtr)GPGLL type enabled: GPS Geographic position, latitude / longitude.Definition: le_gnss_interface.h:799le_result_t le_gnss_GetVerticalSpeed(le_gnss_SampleRef_t positionSampleRef, int32_t *vspeedPtr, int32_t *vspeedAccuracyPtr)le_result_t le_gnss_SetSuplAssistedMode(le_gnss_AssistedMode_t assistedMode)le_result_t le_gnss_GetDate(le_gnss_SampleRef_t positionSampleRef, uint16_t *yearPtr, uint16_t *monthPtr, uint16_t *dayPtr)GPVTG type enabled: GPS vector track and speed over the ground.Definition: le_gnss_interface.h:786void le_gnss_ConnectService(void)GPRMC type enabled: GPS recommended minimum data.Definition: le_gnss_interface.h:785le_result_t le_gnss_GetSatellitesStatus(le_gnss_SampleRef_t positionSampleRef, uint8_t *satsInViewCountPtr, uint8_t *satsTrackingCountPtr, uint8_t *satsUsedCountPtr)PQXFI type enabled: Proprietary Qualcomm eXtended Fix Information.Definition: le_gnss_interface.h:796European Union satellite navigation system.Definition: le_gnss_interface.h:758le_result_t le_gnss_Stop(void)Definition: le_gnss_interface.h:646le_gnss_State_t le_gnss_GetState(void)le_result_t le_gnss_SetNmeaSentences(le_gnss_NmeaBitMask_t nmeaMask)le_result_t le_gnss_GetPositionState(le_gnss_SampleRef_t positionSampleRef, le_gnss_FixState_t *statePtr)le_result_t le_gnss_GetMinElevation(uint8_t *minElevationPtrPtr)le_result_t le_gnss_Disable(void)void le_gnss_SetServerDisconnectHandler(le_gnss_DisconnectHandler_t disconnectHandler, void *contextPtr)Definition: le_gnss_interface.h:640le_result_t le_gnss_GetHorizontalSpeed(le_gnss_SampleRef_t positionSampleRef, uint32_t *hspeedPtr, uint32_t *hspeedAccuracyPtr)void(* le_gnss_PositionHandlerFunc_t)(le_gnss_SampleRef_t positionSampleRef, void *contextPtr)Definition: le_gnss_interface.h:819le_gnss_SampleRef_t le_gnss_GetLastSampleRef(void)le_result_t le_gnss_SetConstellation(le_gnss_ConstellationBitMask_t constellationMask)GNSS constellation field not defined.Definition: le_gnss_interface.h:660le_result_t le_gnss_ForceHotRestart(void)le_result_t le_gnss_Enable(void)void(* le_gnss_DisconnectHandler_t)(void *)Definition: le_gnss_interface.h:409le_result_t le_gnss_GetGpsTime(le_gnss_SampleRef_t positionSampleRef, uint32_t *gpsWeekPtr, uint32_t *gpsTimeOfWeekPtr)GPGSA type enabled: GPS DOP and active satellites.Definition: le_gnss_interface.h:783le_gnss_SbasConstellationCategory_tDefinition: le_gnss_interface.h:632le_result_t le_gnss_GetConstellationArea(le_gnss_Constellation_t satConstellation, le_gnss_ConstellationArea_t *constellationAreaPtr)le_result_t le_gnss_GetGpsLeapSeconds(le_gnss_SampleRef_t positionSampleRef, uint8_t *leapSecondsPtr)GLGSV type enabled: GLONASS satellites in view.Definition: le_gnss_interface.h:787GAGSV type enabled: Galileo satellites in view.Definition: le_gnss_interface.h:792le_result_t le_gnss_GetTimeAccuracy(le_gnss_SampleRef_t positionSampleRef, uint32_t *timeAccuracyPtr)struct le_gnss_PositionHandler * le_gnss_PositionHandlerRef_tDefinition: le_gnss_interface.h:809GARMC type enabled: Galileo recommended minimum data.Definition: le_gnss_interface.h:793le_result_t le_gnss_GetDop(le_gnss_SampleRef_t positionSampleRef, uint16_t *hdopPtr, uint16_t *vdopPtr, uint16_t *pdopPtr)