mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-06 05:43:47 +00:00
initializing members in the constructor
This commit is contained in:
parent
cc803ac492
commit
6229ad0d22
@ -90,4 +90,5 @@ Gps_CNAV_Ephemeris::Gps_CNAV_Ephemeris()
|
|||||||
d_ISCL2 = 0.0;
|
d_ISCL2 = 0.0;
|
||||||
d_ISCL5I = 0.0;
|
d_ISCL5I = 0.0;
|
||||||
d_ISCL5Q = 0.0;
|
d_ISCL5Q = 0.0;
|
||||||
|
b_l2c_phasing_flag = false;
|
||||||
}
|
}
|
||||||
|
@ -63,6 +63,7 @@ Gps_CNAV_Navigation_Message::Gps_CNAV_Navigation_Message()
|
|||||||
{
|
{
|
||||||
satelliteBlock[prn_] = gnss_satellite_.what_block("GPS", prn_);
|
satelliteBlock[prn_] = gnss_satellite_.what_block("GPS", prn_);
|
||||||
}
|
}
|
||||||
|
flag_iono_valid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gps_CNAV_Navigation_Message::print_gps_word_bytes(unsigned int GPS_word)
|
void Gps_CNAV_Navigation_Message::print_gps_word_bytes(unsigned int GPS_word)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user