GLRRLP_GPS_MsrElement Struct Reference

GPS Measurement Parameters. More...

#include <glrrlps8.h>

List of all members.

Public Attributes

unsigned char satelliteID
 Satellite identifier.
unsigned char cNo
 carrier-to-noise ratio (0 - 63)
short doppler
 doppler, mulltiply by 0.2
unsigned short wholeChips
 whole value of the code phase
unsigned short fracChips
 fractional value of the code phase measurement a value of 1024 shall not
GLRRLP_MpathIndic mpathIndic
 multipath indicator
unsigned char pseuRangeRMSErr
 index (0 - 63)

Detailed Description

GPS Measurement Parameters.

3GPP TS 44.031 (Table A.8: Measurement Parameters field contents)
ASN.1 specification:

GPS-MsrElement ::= SEQUENCE {
    satelliteID     SatelliteID,            -- Satellite identifier
    cNo             INTEGER (0..63),        -- carrier-to-noise ratio
    doppler         INTEGER (-32768..32767),-- doppler, mulltiply by 0.2
    wholeChips      INTEGER (0..1022),      -- whole value of the code phase

    -- fractional value of the code phase measurement a value of 1024 shall not
    -- be encoded by the sender the receiver shall consider a value of 1024
    -- to be invalid data
    fracChips       INTEGER (0..1024),

    mpathIndic      MpathIndic,             -- multipath indicator
    pseuRangeRMSErr INTEGER (0..63)         -- index
}

Member Data Documentation

fractional value of the code phase measurement a value of 1024 shall not

be encoded by the sender the receiver shall consider a value of 1024 to be invalid data


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