GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
Beidou_Dnav_Iono Class Reference

This class is a storage for the BEIDOU IONOSPHERIC data as described in ICD v2.1. More...

#include <beidou_dnav_iono.h>

Inheritance diagram for Beidou_Dnav_Iono:
Gps_Iono

Public Member Functions

 Beidou_Dnav_Iono ()=default
 Default constructor.
Public Member Functions inherited from Gps_Iono
 Gps_Iono ()=default
 Default constructor.
template<class Archive>
void serialize (Archive &archive, const unsigned int version)
 Serialize is a boost standard method to be called by the boost XML serialization. Here is used to save the ephemeris data on disk file.

Additional Inherited Members

Public Attributes inherited from Gps_Iono
double alpha0 {}
 Coefficient 0 of a cubic equation representing the amplitude of the vertical delay [s].
double alpha1 {}
 Coefficient 1 of a cubic equation representing the amplitude of the vertical delay [s/semi-circle].
double alpha2 {}
 Coefficient 2 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^2].
double alpha3 {}
 Coefficient 3 of a cubic equation representing the amplitude of the vertical delay [s(semi-circle)^3].
double beta0 {}
 Coefficient 0 of a cubic equation representing the period of the model [s].
double beta1 {}
 Coefficient 1 of a cubic equation representing the period of the model [s/semi-circle].
double beta2 {}
 Coefficient 2 of a cubic equation representing the period of the model [s(semi-circle)^2].
double beta3 {}
 Coefficient 3 of a cubic equation representing the period of the model [s(semi-circle)^3].
bool valid {}
 Valid flag.

Detailed Description

This class is a storage for the BEIDOU IONOSPHERIC data as described in ICD v2.1.

Definition at line 33 of file beidou_dnav_iono.h.

Constructor & Destructor Documentation

◆ Beidou_Dnav_Iono()

Beidou_Dnav_Iono::Beidou_Dnav_Iono ( )
default

Default constructor.


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