#include <gnss_types.h>
This struct is 4 and 8 byte struct member packing compatible.
Definition at line 185 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] |
unsigned short GNSS_structKlobuchar::isValid |
unsigned short GNSS_structKlobuchar::week |
The GPS week corresponding to the correction parameters [weeks].
Definition at line 188 of file gnss_types.h.
unsigned GNSS_structKlobuchar::tow |
The GPS time of week corresponding to the correction parameters [s].
Definition at line 189 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 190 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 191 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 192 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 193 of file gnss_types.h.
double GNSS_structKlobuchar::beta0 |
coefficients of a cubic equation representing the period of the model [s]
Definition at line 194 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 195 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 196 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 197 of file gnss_types.h.