GLSUPL_Position Struct Reference

Position. More...

#include <glsupl2.h>

Collaboration diagram for GLSUPL_Position:

List of all members.


Detailed Description

Position.

This parameter describes the position of the SET. The parameter also contains a timestamp and optionally the velocity. timestamp format as defined in ASN.1 specification as UTCTime: yymmddhhnnssZ where: yy - year mm - month [01..12] hh - hour [00..23] nn - minutes [00..59] ss - seconds [00..59] Z - character indicating UTC (or Zulu) time.

Reference: OMA SUPL TS (Section 7.7 Position).

ASN.1 specification:

Position ::= SEQUENCE {
    timestamp           UTCTime,            -- shall include seconds and shall use UTC time.
    positionEstimate    PositionEstimate,
    velocity            Velocity            OPTIONAL,
    ...
}

This parameter describes the position of the SET. The parameter also contains a timestamp and optionally the velocity. timestamp format as defined in ASN.1 specification as UTCTime: yymmddhhnnssZ where: yy - year mm - month [01..12] hh - hour [00..23] nn - minutes [00..59] ss - seconds [00..59] Z - character indicating UTC (or Zulu) time.

Reference: OMA SUPL TS (Section 10.7 Position).

ASN.1 specification:

Position ::= SEQUENCE {
    timestamp           UTCTime,            -- shall include seconds and shall use UTC time.
    positionEstimate    PositionEstimate,
    velocity            Velocity            OPTIONAL,
    ...
}

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