Initialization of class member in the constructor

This commit is contained in:
Carles Fernandez
2017-06-06 15:32:57 +02:00
parent d8b0830b46
commit 4d34ccfd07
@@ -68,6 +68,7 @@ Gps_CNAV_Navigation_Message::Gps_CNAV_Navigation_Message()
satelliteBlock[prn_] = gnss_satellite_.what_block("GPS", prn_);
}
b_flag_iono_valid = false;
b_flag_utc_valid = false;
}