GLRRLP_PositionEstimate Struct Reference

Position Estimate. More...

#include <glrrlps8.h>

Collaboration diagram for GLRRLP_PositionEstimate:

List of all members.

Public Attributes

double latitudeDbl
 in meters
double longitudeDbl
 in meters
unsigned char confidence
 percentage

Detailed Description

Position Estimate.

OMA SUPL TS (Section 7.7 Position)
ASN.1 specification:

PositionEstimate ::= SEQUENCE {
    latitudeSign    ENUMERATED {north, south},
    latitude        INTEGER(0..8388607),
    longitude       INTEGER(-8388608..8388607),
    uncertainty
        SEQUENCE {
            uncertaintySemiMajor INTEGER(0..127),
            uncertaintySemiMinor INTEGER(0..127),
            orientationMajorAxis INTEGER(0..180)
        } OPTIONAL,
    -- angle in degree between major axis and North
    confidence      INTEGER(0..100)     OPTIONAL,
    altitudeInfo    AltitudeInfo        OPTIONAL,
    ...
}

OMA SUPL TS (Section 10.7 Position)
ASN.1 specification:

PositionEstimate ::= SEQUENCE {
    latitudeSign    ENUMERATED {north, south},
    latitude        INTEGER(0..8388607),
    longitude       INTEGER(-8388608..8388607),
    uncertainty
        SEQUENCE {
            uncertaintySemiMajor INTEGER(0..127),
            uncertaintySemiMinor INTEGER(0..127),
            orientationMajorAxis INTEGER(0..180)
        } OPTIONAL,
    -- angle in degree between major axis and North
    confidence      INTEGER(0..100)     OPTIONAL,
    altitudeInfo    AltitudeInfo        OPTIONAL,
    ...
}

The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines