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.98 * le_gnss_GetPositionState() function. The GNSS fix position states are given by le_gnss_FixState_t109 * The le_gnss_InjectUtcTime() function injects the UTC time into the location engine. Providing an111 * @note It is mandatory to enable the 'Extended Ephemeris' file injection into the GNSS device with115 * Please refer to your platform documentation @ref platformConstraintsGnss_SettingConfiguration for119 * The le_gnss_ForceHotRestart() function performs a "HOT" restart of the GNSS device. The current124 * The le_gnss_ForceWarmRestart() function performs a "WARM" restart of the GNSS device. The current131 * The le_gnss_ForceColdRestart() function performs a "COLD" restart of the GNSS device. The current141 * The GNSS position is computed and delivered each acquisition rate. The acquisition rate defines158 * Please refer to your platform documentation @ref platformConstraintsGnss_SettingConfiguration for161 * Combinations of constellation for GPS, GLONASS, BDS, GALILEO and QZSS satellites are currently171 * le_gnss_SetConstellationArea sets the area for a GNSS constellation. le_gnss_GetConstellationArea190 * @ref le_gnss_NMEA with a bit mask. The supported values are listed in @ref le_gnss_NmeaBitMask_t.192 * @note This function may be subject to limitations depending on the platform. Please refer to the196 * Please refer to your platform documentation @ref platformConstraintsGnss_SettingConfiguration for204 * The le_gnss_GetNmeaSentences() function gets the bit mask of the enabled NMEA sentences in the214 * ''LE_OK or error code'' means the function is authorized in the corresponding state, the request215 * is performed and the result is returned; otherwise the returned error is indicated for each state218 *| ----------------------------- | --------------------------- | -----------------------------| --------------------------- | --------------------------- |221 *| le_gnss_ForceHotRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |222 *| le_gnss_ForceWarmRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |223 *| le_gnss_ForceColdRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |224 *| le_gnss_ForceFactoryRestart() | LE_NOT_PERMITTED | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED |225 *| le_gnss_Disable() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_DUPLICATE |227 *| le_gnss_SetConstellation() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |228 *| le_gnss_GetConstellation() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |229 *| le_gnss_SetConstellationArea() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |230 *| le_gnss_GetConstellationArea() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |231 *| le_gnss_GetTtff() | LE_NOT_PERMITTED | LE_OK or error code | LE_OK or error code | LE_NOT_PERMITTED |232 *| le_gnss_SetAcquisitionRate() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |233 *| le_gnss_GetAcquisitionRate() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |234 *| le_gnss_SetNmeaSentences() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |235 *| le_gnss_GetNmeaSentences() | LE_NOT_PERMITTED | LE_OK or error code | LE_NOT_PERMITTED | LE_NOT_PERMITTED |287 * le_gnss_SetDataResolution() function can be called to configure the resolution of position data295 * le_gnss_SetDataResolution() function is called with vertical position accuracy set as data type298 * @note If le_gnss_SetDataResolution() function is not called, the position data types are received317 * A sample code using le_gnss_ConvertDataCoordinate() function can be seen in the following page:325 * @c le_gnss_SetDopResolution() and @c le_gnss_GetDilutionOfPrecision() functions should be called355 * With le_gnss_GetExtendedEphemerisValidity(), you will to get the validity of the last injected368 * That 3GPP User Plane A-GNSS (Assisted GNSS) protocol is defined by two different standardization369 * bodies, 3GPP and Open Mobile Alliance (OMA). For more information, please refer to the standard.374 *, then returns the retrieved GNSS data to the SUPL (Secure User Plan Location) server, where the378 * server. The MS measures the signals from the GNSS satellites and makes the position calculation.391 * The SUPL server is configured using the le_gnss_SetSuplServerUrl() function. That function sets395 * le_gnss_InjectSuplCertificate() function and deleted through the le_gnss_DeleteSuplCertificate()397 * The SUPL certificate lenght given as parameter to le_gnss_InjectSuplCertificate() must be less469 //--------------------------------------------------------------------------------------------------473 //--------------------------------------------------------------------------------------------------476 //--------------------------------------------------------------------------------------------------479 * Connect the current client thread to the service providing this API. Block until the service is482 * For each thread that wants to use this API, either ConnectService or TryConnectService must be483 * called before any other functions in this API. Normally, ConnectService is automatically called488 //--------------------------------------------------------------------------------------------------494 //--------------------------------------------------------------------------------------------------497 * Try to connect the current client thread to the service providing this API. Return with an error500 * For each thread that wants to use this API, either ConnectService or TryConnectService must be501 * called before any other functions in this API. Normally, ConnectService is automatically called510 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).513 //--------------------------------------------------------------------------------------------------519 //--------------------------------------------------------------------------------------------------523 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants526 //--------------------------------------------------------------------------------------------------533 //--------------------------------------------------------------------------------------------------539 * longer a connection to the service, and the functions in this API can't be used. For details, see544 //--------------------------------------------------------------------------------------------------551 //--------------------------------------------------------------------------------------------------555 //--------------------------------------------------------------------------------------------------558 //--------------------------------------------------------------------------------------------------563 //--------------------------------------------------------------------------------------------------566 //--------------------------------------------------------------------------------------------------570 //--------------------------------------------------------------------------------------------------573 //--------------------------------------------------------------------------------------------------578 //--------------------------------------------------------------------------------------------------581 //--------------------------------------------------------------------------------------------------585 //--------------------------------------------------------------------------------------------------588 //--------------------------------------------------------------------------------------------------594 //--------------------------------------------------------------------------------------------------597 //--------------------------------------------------------------------------------------------------599 * @deprecated LE_GNSS_NMEA_MASK_PQXFI is deprecated. LE_GNSS_NMEA_MASK_PTYPE is to be used instead.603 //--------------------------------------------------------------------------------------------------606 //--------------------------------------------------------------------------------------------------610 //--------------------------------------------------------------------------------------------------613 //--------------------------------------------------------------------------------------------------620 //--------------------------------------------------------------------------------------------------623 //--------------------------------------------------------------------------------------------------626 //--------------------------------------------------------------------------------------------------629 //--------------------------------------------------------------------------------------------------632 //--------------------------------------------------------------------------------------------------635 //--------------------------------------------------------------------------------------------------638 //--------------------------------------------------------------------------------------------------641 //--------------------------------------------------------------------------------------------------644 //--------------------------------------------------------------------------------------------------647 //--------------------------------------------------------------------------------------------------650 //--------------------------------------------------------------------------------------------------653 //--------------------------------------------------------------------------------------------------657 //--------------------------------------------------------------------------------------------------661 //--------------------------------------------------------------------------------------------------665 //--------------------------------------------------------------------------------------------------682 //--------------------------------------------------------------------------------------------------686 //--------------------------------------------------------------------------------------------------701 //--------------------------------------------------------------------------------------------------705 //--------------------------------------------------------------------------------------------------722 //--------------------------------------------------------------------------------------------------726 //--------------------------------------------------------------------------------------------------741 //--------------------------------------------------------------------------------------------------745 //--------------------------------------------------------------------------------------------------770 //--------------------------------------------------------------------------------------------------774 //--------------------------------------------------------------------------------------------------803 //--------------------------------------------------------------------------------------------------807 //--------------------------------------------------------------------------------------------------820 //--------------------------------------------------------------------------------------------------824 //--------------------------------------------------------------------------------------------------843 //--------------------------------------------------------------------------------------------------847 //--------------------------------------------------------------------------------------------------860 //--------------------------------------------------------------------------------------------------866 //--------------------------------------------------------------------------------------------------884 //--------------------------------------------------------------------------------------------------893 //--------------------------------------------------------------------------------------------------900 LE_GNSS_NMEA_MASK_GPVTG = 0x10, ///< GPVTG type enabled: GPS vector track and speed over the ground.908 LE_GNSS_NMEA_MASK_GAVTG = 0x1000, ///< GAVTG type enabled: Galileo vector track and speed over the ground.913 LE_GNSS_NMEA_MASK_GPGLL = 0x20000, ///< GPGLL type enabled: GPS Geographic position, latitude / longitude.915 LE_GNSS_NMEA_MASK_GPDTM = 0x80000, ///< GPDTM type enabled: Local geodetic datum and datum offset from a921 //--------------------------------------------------------------------------------------------------925 //--------------------------------------------------------------------------------------------------938 //--------------------------------------------------------------------------------------------------942 //--------------------------------------------------------------------------------------------------957 //--------------------------------------------------------------------------------------------------961 //--------------------------------------------------------------------------------------------------965 //--------------------------------------------------------------------------------------------------970 //--------------------------------------------------------------------------------------------------972 (979 //--------------------------------------------------------------------------------------------------995 //--------------------------------------------------------------------------------------------------1002 //--------------------------------------------------------------------------------------------------1010 //--------------------------------------------------------------------------------------------------1017 //--------------------------------------------------------------------------------------------------1031 //--------------------------------------------------------------------------------------------------1040 //--------------------------------------------------------------------------------------------------1050 //--------------------------------------------------------------------------------------------------1059 //--------------------------------------------------------------------------------------------------1070 //--------------------------------------------------------------------------------------------------1076 //--------------------------------------------------------------------------------------------------1087 //--------------------------------------------------------------------------------------------------1093 //--------------------------------------------------------------------------------------------------1104 //--------------------------------------------------------------------------------------------------1111 //--------------------------------------------------------------------------------------------------1120 //--------------------------------------------------------------------------------------------------1129 //--------------------------------------------------------------------------------------------------1138 * @note It is mandatory to enable the 'Extended Ephemeris' file injection into the GNSS device with1141 //--------------------------------------------------------------------------------------------------1150 //--------------------------------------------------------------------------------------------------1161 //--------------------------------------------------------------------------------------------------1167 //--------------------------------------------------------------------------------------------------1178 //--------------------------------------------------------------------------------------------------1184 //--------------------------------------------------------------------------------------------------1194 //--------------------------------------------------------------------------------------------------1200 //--------------------------------------------------------------------------------------------------1212 //--------------------------------------------------------------------------------------------------1218 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1234 //--------------------------------------------------------------------------------------------------1244 //--------------------------------------------------------------------------------------------------1250 //--------------------------------------------------------------------------------------------------1261 //--------------------------------------------------------------------------------------------------1268 //--------------------------------------------------------------------------------------------------1281 //--------------------------------------------------------------------------------------------------1287 //--------------------------------------------------------------------------------------------------1300 //--------------------------------------------------------------------------------------------------1306 //--------------------------------------------------------------------------------------------------1318 * @warning This function may be subject to limitations depending on the platform. Please refer to1324 //--------------------------------------------------------------------------------------------------1331 //--------------------------------------------------------------------------------------------------1340 //--------------------------------------------------------------------------------------------------1347 //--------------------------------------------------------------------------------------------------1357 //--------------------------------------------------------------------------------------------------1366 //--------------------------------------------------------------------------------------------------1370 //--------------------------------------------------------------------------------------------------1377 //--------------------------------------------------------------------------------------------------1387 //--------------------------------------------------------------------------------------------------1396 //--------------------------------------------------------------------------------------------------1420 //--------------------------------------------------------------------------------------------------1433 //--------------------------------------------------------------------------------------------------1442 * @note Altitude is in meters, above Mean Sea Level, with 3 decimal places (3047 = 3.047 meters).1459 //--------------------------------------------------------------------------------------------------1470 //--------------------------------------------------------------------------------------------------1482 //--------------------------------------------------------------------------------------------------1497 //--------------------------------------------------------------------------------------------------1509 //--------------------------------------------------------------------------------------------------1520 //--------------------------------------------------------------------------------------------------1535 //--------------------------------------------------------------------------------------------------1544 //--------------------------------------------------------------------------------------------------1556 //--------------------------------------------------------------------------------------------------1565 //--------------------------------------------------------------------------------------------------1574 * @note The leap seconds in advance is the accumulated time in seconds since the start of GPS Epoch1577 * @note Insertion of each UTC leap second is usually decided about six months in advance by the1580 * @note If the caller is passing an invalid position sample reference or a null pointer into this1583 //--------------------------------------------------------------------------------------------------1592 //--------------------------------------------------------------------------------------------------1604 //--------------------------------------------------------------------------------------------------1617 //--------------------------------------------------------------------------------------------------1627 * @note Horizontal speed is in meters/second with 2 decimal places (3047 = 30.47 meters/second).1629 * @note Horizontal speed accuracy estimate is default set to meters/second with 1 decimal place1643 //--------------------------------------------------------------------------------------------------1654 //--------------------------------------------------------------------------------------------------1682 //--------------------------------------------------------------------------------------------------1694 //--------------------------------------------------------------------------------------------------1696 * Get the position sample's direction. Direction of movement is the direction that the vehicle or1704 * @note Direction and direction accuracy are given in degrees with 1 decimal place: 1755 = 175.51716 //--------------------------------------------------------------------------------------------------1729 //--------------------------------------------------------------------------------------------------1751 //--------------------------------------------------------------------------------------------------1791 //--------------------------------------------------------------------------------------------------1796 //--------------------------------------------------------------------------------------------------1803 //--------------------------------------------------------------------------------------------------1818 //--------------------------------------------------------------------------------------------------1831 //--------------------------------------------------------------------------------------------------1851 //--------------------------------------------------------------------------------------------------1864 //--------------------------------------------------------------------------------------------------1881 //--------------------------------------------------------------------------------------------------1892 //--------------------------------------------------------------------------------------------------1904 * @note For a 2D position fix, the altitude with respect to the WGS-84 ellipsoid will be indicated1910 //--------------------------------------------------------------------------------------------------1920 //--------------------------------------------------------------------------------------------------1936 //--------------------------------------------------------------------------------------------------1945 //--------------------------------------------------------------------------------------------------1955 //--------------------------------------------------------------------------------------------------1961 //--------------------------------------------------------------------------------------------------1968 //--------------------------------------------------------------------------------------------------1975 //--------------------------------------------------------------------------------------------------1988 //--------------------------------------------------------------------------------------------------1995 //--------------------------------------------------------------------------------------------------2003 //--------------------------------------------------------------------------------------------------2010 //--------------------------------------------------------------------------------------------------2028 //--------------------------------------------------------------------------------------------------2035 //--------------------------------------------------------------------------------------------------2051 //--------------------------------------------------------------------------------------------------2063 //--------------------------------------------------------------------------------------------------2074 //--------------------------------------------------------------------------------------------------2082 //--------------------------------------------------------------------------------------------------2094 * @warning This function may be subject to limitations depending on the platform. Please refer to2107 //--------------------------------------------------------------------------------------------------2114 //--------------------------------------------------------------------------------------------------2132 //--------------------------------------------------------------------------------------------------2139 //--------------------------------------------------------------------------------------------------2144 //--------------------------------------------------------------------------------------------------2150 //--------------------------------------------------------------------------------------------------2163 //--------------------------------------------------------------------------------------------------2170 //--------------------------------------------------------------------------------------------------2182 //--------------------------------------------------------------------------------------------------2189 //--------------------------------------------------------------------------------------------------2202 //--------------------------------------------------------------------------------------------------2209 //--------------------------------------------------------------------------------------------------2221 //--------------------------------------------------------------------------------------------------2230 //--------------------------------------------------------------------------------------------------2242 //--------------------------------------------------------------------------------------------------Definition: le_gnss_interface.h:748le_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)void(* le_gnss_PositionHandlerFunc_t)(le_gnss_SampleRef_t positionSampleRef, void *contextPtr)Definition: le_gnss_interface.h:972le_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:788le_result_t le_gnss_GetExtendedEphemerisValidity(uint64_t *startTimePtr, uint64_t *stopTimePtr)GNGSA type enabled: GNSS DOP and active satellites.Definition: le_gnss_interface.h:903le_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:871le_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:909le_result_t le_gnss_GetAcquisitionRate(uint32_t *ratePtr)void le_gnss_DisconnectService(void)Definition: le_gnss_interface.h:757GAGNS type enabled: Fix data for Galileo.Definition: le_gnss_interface.h:916Definition: le_gnss_interface.h:779PTYPE type enabled: Proprietary Type mask.Definition: le_gnss_interface.h:911Definition: le_gnss_interface.h:791Chinese satellite navigation system.Definition: le_gnss_interface.h:873le_result_t le_gnss_ForceColdRestart(void)GAGSA type enabled: Galileo DOP and active satellites.Definition: le_gnss_interface.h:905Estimated (i.e. forward predicted) position fix.Definition: le_gnss_interface.h:695le_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:898le_result_t le_gnss_SetDataResolution(le_gnss_DataType_t dataType, le_gnss_Resolution_t resolution)Definition: le_gnss_interface.h:760Definition: le_gnss_interface.h:785le_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:908le_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:751le_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:869le_result_t le_gnss_ConvertDataCoordinateSystem(le_gnss_CoordinateSystem_t coordinateSrc, le_gnss_CoordinateSystem_t coordinateDst, le_gnss_LocationDataType_t locationDataType, int64_t locationDataSrc, int64_t *locationDataDstPtr)le_result_t le_gnss_GetMagneticDeviation(le_gnss_SampleRef_t positionSampleRef, int32_t *magneticDeviationPtr)Definition: le_gnss_interface.h:794void le_gnss_ReleaseSampleRef(le_gnss_SampleRef_t positionSampleRef)Definition: le_gnss_interface.h:782le_result_t le_gnss_GetNmeaSentences(le_gnss_NmeaBitMask_t *nmeaMaskPtrPtr)DEBUG type enabled: Debug NMEA indication.Definition: le_gnss_interface.h:914GPGLL type enabled: GPS Geographic position, latitude / longitude.Definition: le_gnss_interface.h:913le_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)le_result_t le_gnss_SetDopResolution(le_gnss_Resolution_t resolution)GPVTG type enabled: GPS vector track and speed over the ground.Definition: le_gnss_interface.h:900void le_gnss_ConnectService(void)GPRMC type enabled: GPS recommended minimum data.Definition: le_gnss_interface.h:899le_result_t le_gnss_GetSatellitesStatus(le_gnss_SampleRef_t positionSampleRef, uint8_t *satsInViewCountPtr, uint8_t *satsTrackingCountPtr, uint8_t *satsUsedCountPtr)European Union satellite navigation system.Definition: le_gnss_interface.h:875le_result_t le_gnss_Stop(void)Definition: le_gnss_interface.h:763le_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:754le_result_t le_gnss_GetHorizontalSpeed(le_gnss_SampleRef_t positionSampleRef, uint32_t *hspeedPtr, uint32_t *hspeedAccuracyPtr)le_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:777le_result_t le_gnss_ForceHotRestart(void)le_result_t le_gnss_Enable(void)void(* le_gnss_DisconnectHandler_t)(void *)Definition: le_gnss_interface.h:474le_result_t le_gnss_GetGpsTime(le_gnss_SampleRef_t positionSampleRef, uint32_t *gpsWeekPtr, uint32_t *gpsTimeOfWeekPtr)GPDTM type enabled: Local geodetic datum and datum offset from a.Definition: le_gnss_interface.h:915GPGSA type enabled: GPS DOP and active satellites.Definition: le_gnss_interface.h:897le_gnss_SbasConstellationCategory_tDefinition: le_gnss_interface.h:746le_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:901GAGSV type enabled: Galileo satellites in view.Definition: le_gnss_interface.h:906le_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:962GARMC type enabled: Galileo recommended minimum data.Definition: le_gnss_interface.h:907le_result_t le_gnss_GetDop(le_gnss_SampleRef_t positionSampleRef, uint16_t *hdopPtr, uint16_t *vdopPtr, uint16_t *pdopPtr)