GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | Public Attributes | List of all members
Gps_Acq_Assist Class Reference

This class is a storage for the GPS GSM RRLL acquisition assistance data as described in Digital cellular telecommunications system (Phase 2+); Location Services (LCS); Mobile Station (MS) - Serving Mobile Location Centre (SMLC) Radio Resource LCS Protocol (RRLP) (3GPP TS 44.031 version 5.12.0 Release 5) More...

#include <gps_acq_assist.h>

Public Member Functions

 Gps_Acq_Assist ()=default
 

Public Attributes

uint32_t PRN {}
 SV PRN NUMBER. More...
 
double tow {}
 Time Of Week assigned to the acquisition data. More...
 
double Doppler0 {}
 Doppler (0 order term) [Hz]. More...
 
double Doppler1 {}
 Doppler (1 order term) [Hz]. More...
 
double dopplerUncertainty {}
 Doppler Uncertainty [Hz]. More...
 
double Code_Phase {}
 Code phase [chips]. More...
 
double Code_Phase_int {}
 Integer Code Phase [1 C/A code period]. More...
 
double GPS_Bit_Number {}
 GPS Bit Number. More...
 
double Code_Phase_window {}
 Code Phase search window [chips]. More...
 
double Azimuth {}
 Satellite Azimuth [deg]. More...
 
double Elevation {}
 Satellite Elevation [deg]. More...
 

Detailed Description

This class is a storage for the GPS GSM RRLL acquisition assistance data as described in Digital cellular telecommunications system (Phase 2+); Location Services (LCS); Mobile Station (MS) - Serving Mobile Location Centre (SMLC) Radio Resource LCS Protocol (RRLP) (3GPP TS 44.031 version 5.12.0 Release 5)

Definition at line 37 of file gps_acq_assist.h.

Constructor & Destructor Documentation

◆ Gps_Acq_Assist()

Gps_Acq_Assist::Gps_Acq_Assist ( )
default

Default constructor

Member Data Documentation

◆ Azimuth

double Gps_Acq_Assist::Azimuth {}

Satellite Azimuth [deg].

Definition at line 54 of file gps_acq_assist.h.

◆ Code_Phase

double Gps_Acq_Assist::Code_Phase {}

Code phase [chips].

Definition at line 50 of file gps_acq_assist.h.

◆ Code_Phase_int

double Gps_Acq_Assist::Code_Phase_int {}

Integer Code Phase [1 C/A code period].

Definition at line 51 of file gps_acq_assist.h.

◆ Code_Phase_window

double Gps_Acq_Assist::Code_Phase_window {}

Code Phase search window [chips].

Definition at line 53 of file gps_acq_assist.h.

◆ Doppler0

double Gps_Acq_Assist::Doppler0 {}

Doppler (0 order term) [Hz].

Definition at line 47 of file gps_acq_assist.h.

◆ Doppler1

double Gps_Acq_Assist::Doppler1 {}

Doppler (1 order term) [Hz].

Definition at line 48 of file gps_acq_assist.h.

◆ dopplerUncertainty

double Gps_Acq_Assist::dopplerUncertainty {}

Doppler Uncertainty [Hz].

Definition at line 49 of file gps_acq_assist.h.

◆ Elevation

double Gps_Acq_Assist::Elevation {}

Satellite Elevation [deg].

Definition at line 55 of file gps_acq_assist.h.

◆ GPS_Bit_Number

double Gps_Acq_Assist::GPS_Bit_Number {}

GPS Bit Number.

Definition at line 52 of file gps_acq_assist.h.

◆ PRN

uint32_t Gps_Acq_Assist::PRN {}

SV PRN NUMBER.

Definition at line 45 of file gps_acq_assist.h.

◆ tow

double Gps_Acq_Assist::tow {}

Time Of Week assigned to the acquisition data.

Definition at line 46 of file gps_acq_assist.h.


The documentation for this class was generated from the following file: