GNSS_structCorrections Struct Reference

#include <gnss_types.h>


Detailed Description

Correction data associated with a single receiver measurement channel. PRC is PseudRange Correction, RRC is RangeRate Correction.

This struct is 4 and 8 byte struct member packing compatible.

Definition at line 134 of file gnss_types.h.


Data Fields

float prcTropoDry
 Tropospheric dry delay correction (+ve is a delay) [m].
float prcTropoWet
 Tropospheric wet delay correction (+ve is a delay) [m].
float prcIono
 Ionospheric correction (+ve is a delay) [m].
float prcSatClk
 The satellite clock correction (+ve is a delay) [m].
float prcReserved1
 A reserved range correction for the pseudorange [m].
float prcReserved2
 A reserved range correction for the pseudorange [m].
float rrcSatClkDrift
 The satellite clock drift rate correction (+ve is a rate delay) [m/s].
float rrcReserved1
 A reserved range rate correction [m/s].
float rrcReserved2
 A reserved range rate correction [m/s].
float dX
 This channel's associated satellite orbital correction X (ECEF) [m].
float dY
 This channel's associated satellite orbital correction X (ECEF) [m].
float dZ
 This channel's associated satellite orbital correction X (ECEF) [m].

Field Documentation

float GNSS_structCorrections::prcTropoDry

Tropospheric dry delay correction (+ve is a delay) [m].

Definition at line 136 of file gnss_types.h.

float GNSS_structCorrections::prcTropoWet

Tropospheric wet delay correction (+ve is a delay) [m].

Definition at line 137 of file gnss_types.h.

float GNSS_structCorrections::prcIono

Ionospheric correction (+ve is a delay) [m].

Definition at line 138 of file gnss_types.h.

float GNSS_structCorrections::prcSatClk

The satellite clock correction (+ve is a delay) [m].

Definition at line 139 of file gnss_types.h.

float GNSS_structCorrections::prcReserved1

A reserved range correction for the pseudorange [m].

Definition at line 140 of file gnss_types.h.

float GNSS_structCorrections::prcReserved2

A reserved range correction for the pseudorange [m].

Definition at line 141 of file gnss_types.h.

float GNSS_structCorrections::rrcSatClkDrift

The satellite clock drift rate correction (+ve is a rate delay) [m/s].

Definition at line 142 of file gnss_types.h.

float GNSS_structCorrections::rrcReserved1

A reserved range rate correction [m/s].

Definition at line 143 of file gnss_types.h.

float GNSS_structCorrections::rrcReserved2

A reserved range rate correction [m/s].

Definition at line 144 of file gnss_types.h.

float GNSS_structCorrections::dX

This channel's associated satellite orbital correction X (ECEF) [m].

Definition at line 145 of file gnss_types.h.

float GNSS_structCorrections::dY

This channel's associated satellite orbital correction X (ECEF) [m].

Definition at line 146 of file gnss_types.h.

float GNSS_structCorrections::dZ

This channel's associated satellite orbital correction X (ECEF) [m].

Definition at line 147 of file gnss_types.h.


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