LinuxQMISDK  SLQS03.03.16
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LocInjectPositionReq Struct Reference

Data Fields

ULONGLONGpLatitude
 
ULONGLONGpLongitude
 
ULONGpHorUncCircular
 
BYTEpHorConfidence
 
ULONGpHorReliability
 
ULONGpAltitudeWrtEllipsoid
 
ULONGpAltitudeWrtMeanSeaLevel
 
ULONGpVertUnc
 
BYTEpVertConfidence
 
ULONGpVertReliability
 
altitudeSrcInfopAltitudeSrcInfo
 
ULONGLONGpTimestampUtc
 
ULONGpTimestampAge
 
ULONGpPositionSrc
 
ULONGpRawHorUncCircular
 
BYTEpRawHorConfidence
 

Detailed Description

This structure contains LOC Inject Position parameters

Parameters
pLatitude
  • Optional parameter
  • Type - Floating point
  • Units - Degrees
  • Range - -90.0 to 90.0
  • Positive values indicate northern latitude
  • Negative values indicate southern latitude
  • Note - This field must be specified together with pLongitude and pHorUncCircular.
pLongitude
  • Optional parameter
  • Type - Floating point
  • Units - Degrees
  • Range - -180.0 to 180.0
  • Positive values indicate eastern latitude
  • Negative values indicate western latitude
  • Note - This field must be specified together with pLatitude and pHorUncCircular.
pHorUncCircular
  • Optional parameter
  • Horizontal position uncertainty.
  • Units - Meters
  • Note - This field must be specified together with pLatitude and pLongitude.
pHorConfidence
  • Optional parameter
  • Horizontal confidence.
  • Units - Percent
  • Values
    • Valid Values - 1 to 99
    • Invalid Values - 0, 101 to 255
    • If 100 is received, reinterpret to 99
  • Note - This field must be specified together with horizontal uncertainty. If not specified when pHorUncCircular is set, the default value is 50.
pHorReliability
  • Optional parameter
Parameters
pAltitudeWrtEllipsoid
  • Optional parameter
  • Altitude With Respect to Ellipsoid.
  • Units - Meters
  • Values
    • Positive - height
    • Negative = depth
pAltitudeWrtMeanSeaLevel
  • Optional parameter
  • Altitude With Respect to Sea Level.
  • Units - Meters
pVertUnc
  • Optional parameter
  • Vertical uncertainty.
  • Units - Meters
  • Note - This is mandatory if either pAltitudeWrtEllipsoid or pAltitudeWrtMeanSeaLevel is specified.
pVertConfidence
  • Optional parameter
  • Vertical confidence.
  • Units - Percentage
  • Values
    • Valid Values - 0 to 99
    • Invalid Values - 0, 100-256
    • If 100 is received, reinterpret to 99
  • Note - This field must be specified together with the vertical uncertainty. If not specified, the default value will be 50.
pVertReliability
  • Optional parameter
Parameters
pAltitudeSrcInfo
  • Optional parameter
Parameters
pTimestampUtc
  • Optional parameter
  • UTC timestamp
  • Units - Milliseconds since Jan. 1, 1970
pTimestampAge
  • Optional parameter
  • Position age, which is an estimate of how long ago this fix was made.
  • Units - Milliseconds
pPositionSrc
  • Optional parameter
  • Source from which this position was obtained
  • Valid values
    • 0 - Position source is GNSS
    • 1 - Position source is Cell ID
    • 2 - Position source is Enhanced Cell ID
    • 3 - Position source is Wi-Fi
    • 4 - Position source is Terrestrial
    • 5 - Position source is GNSS Terrestrial Hybrid
    • 6 - Other sources
  • Note - If altitude is specified and the altitude source is not specified, the engine assumes that the altitude was obtained using the specified position source.
    • If both altitude and altitude source are specified, the engine assumes that only latitude and longitude were obtained using the specified position source.
pRawHorUncCircular
  • Optional parameter
  • Horizontal position uncertainty (circular) without any optimization.
  • Units - Meters
pRawHorConfidence
  • Optional parameter
  • Horizontal confidence associated with raw horizontal uncertainty
  • Units: Percent
  • Values
    • Valid values - 1 to 99
    • Invalid values - 0, 101 to 255
    • If 100 is received, reinterpret to 99
  • Note - This field must be specified together with raw horizontal uncertainty. If not specified when rawHorUncCircular is set, the default value is 50.

Field Documentation

altitudeSrcInfo* LocInjectPositionReq::pAltitudeSrcInfo
ULONG* LocInjectPositionReq::pAltitudeWrtEllipsoid
ULONG* LocInjectPositionReq::pAltitudeWrtMeanSeaLevel
BYTE* LocInjectPositionReq::pHorConfidence
ULONG* LocInjectPositionReq::pHorReliability
ULONG* LocInjectPositionReq::pHorUncCircular
ULONGLONG* LocInjectPositionReq::pLatitude
ULONGLONG* LocInjectPositionReq::pLongitude
ULONG* LocInjectPositionReq::pPositionSrc
BYTE* LocInjectPositionReq::pRawHorConfidence
ULONG* LocInjectPositionReq::pRawHorUncCircular
ULONG* LocInjectPositionReq::pTimestampAge
ULONGLONG* LocInjectPositionReq::pTimestampUtc
BYTE* LocInjectPositionReq::pVertConfidence
ULONG* LocInjectPositionReq::pVertReliability
ULONG* LocInjectPositionReq::pVertUnc

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved