GNSS_structKlobuchar Struct Reference

#include <gnss_types.h>


Detailed Description

A container for klobuchar sytle ionospheric parameters.

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

Definition at line 210 of file gnss_types.h.


Data Fields

unsigned short isValid
 Is this structure valid for use 1=YES, 0=NO.
unsigned short week
 The GPS week corresponding to the correction parameters [weeks].
unsigned tow
 The GPS time of week corresponding to the correction parameters [s].
double alpha0
 coefficients of a cubic equation representing the amplitude of the vertical delay [s]
double alpha1
 coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle]
double alpha2
 coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle^2]
double alpha3
 coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle^3]
double beta0
 coefficients of a cubic equation representing the period of the model [s]
double beta1
 coefficients of a cubic equation representing the period of the model [s/semi-circle]
double beta2
 coefficients of a cubic equation representing the period of the model [s/semi-circle^2]
double beta3
 coefficients of a cubic equation representing the period of the model [s/semi-circle^3]

Field Documentation

unsigned short GNSS_structKlobuchar::isValid

Is this structure valid for use 1=YES, 0=NO.

Definition at line 212 of file gnss_types.h.

unsigned short GNSS_structKlobuchar::week

The GPS week corresponding to the correction parameters [weeks].

Definition at line 213 of file gnss_types.h.

unsigned GNSS_structKlobuchar::tow

The GPS time of week corresponding to the correction parameters [s].

Definition at line 214 of file gnss_types.h.

double GNSS_structKlobuchar::alpha0

coefficients of a cubic equation representing the amplitude of the vertical delay [s]

Definition at line 215 of file gnss_types.h.

double GNSS_structKlobuchar::alpha1

coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle]

Definition at line 216 of file gnss_types.h.

double GNSS_structKlobuchar::alpha2

coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle^2]

Definition at line 217 of file gnss_types.h.

double GNSS_structKlobuchar::alpha3

coefficients of a cubic equation representing the amplitude of the vertical delay [s/semi-circle^3]

Definition at line 218 of file gnss_types.h.

double GNSS_structKlobuchar::beta0

coefficients of a cubic equation representing the period of the model [s]

Definition at line 219 of file gnss_types.h.

double GNSS_structKlobuchar::beta1

coefficients of a cubic equation representing the period of the model [s/semi-circle]

Definition at line 220 of file gnss_types.h.

double GNSS_structKlobuchar::beta2

coefficients of a cubic equation representing the period of the model [s/semi-circle^2]

Definition at line 221 of file gnss_types.h.

double GNSS_structKlobuchar::beta3

coefficients of a cubic equation representing the period of the model [s/semi-circle^3]

Definition at line 222 of file gnss_types.h.


The documentation for this struct was generated from the following file:
SourceForge.net Logo