mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-06 01:14:10 +00:00
Reorder members definition
This commit is contained in:
parent
48b914927f
commit
927b91096d
@ -35,7 +35,8 @@
|
|||||||
class Gps_Iono
|
class Gps_Iono
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
bool valid{}; //!< Valid flag
|
Gps_Iono() = default; //!< Default constructor
|
||||||
|
|
||||||
// Ionospheric parameters
|
// Ionospheric parameters
|
||||||
double alpha0{}; //!< Coefficient 0 of a cubic equation representing the amplitude of the vertical delay [s]
|
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 alpha1{}; //!< Coefficient 1 of a cubic equation representing the amplitude of the vertical delay [s/semi-circle]
|
||||||
@ -46,7 +47,7 @@ public:
|
|||||||
double beta2{}; //!< Coefficient 2 of a cubic equation representing the period of the model [s(semi-circle)^2]
|
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]
|
double beta3{}; //!< Coefficient 3 of a cubic equation representing the period of the model [s(semi-circle)^3]
|
||||||
|
|
||||||
Gps_Iono() = default; //!< Default constructor
|
bool valid{}; //!< Valid flag
|
||||||
|
|
||||||
template <class Archive>
|
template <class Archive>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user