#include <qaGobiApiLoc.h>
|
|
ULONGLONG * | pLatitude |
| |
|
ULONGLONG * | pLongitude |
| |
|
ULONG * | pHorUncCircular |
| |
|
BYTE * | pHorConfidence |
| |
|
ULONG * | pHorReliability |
| |
|
ULONG * | pAltitudeWrtEllipsoid |
| |
|
ULONG * | pAltitudeWrtMeanSeaLevel |
| |
|
ULONG * | pVertUnc |
| |
|
BYTE * | pVertConfidence |
| |
|
ULONG * | pVertReliability |
| |
|
altitudeSrcInfo * | pAltitudeSrcInfo |
| |
|
ULONGLONG * | pTimestampUtc |
| |
|
ULONG * | pTimestampAge |
| |
|
ULONG * | pPositionSrc |
| |
|
ULONG * | pRawHorUncCircular |
| |
|
BYTE * | pRawHorConfidence |
| |
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 |
|
- Values
- 0 - Location reliability is not set.
- 1 - Location reliability is very low; use it at your own risk
- 2 - Location reliability is low; little or no cross-checking is possible.
- 3 - Location reliability is medium; limited cross-check passed
- 4 - Location reliability is high; strong cross-check passed
- 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 |
|
- Values
- 0 - Location reliability is not set.
- 1 - Location reliability is very low; use it at your own risk.
- 2 - Location reliability is low; little or no cross-checking is possible
- 3 - Location reliability is medium; limited cross-check passed
- 4 - Location reliability is high; strong cross-check passed
- Parameters
-
- 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.
|
The documentation for this struct was generated from the following file: