mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	In HAS data printer, only print Cell Mask when there are bias data
This commit is contained in:
		| @@ -213,6 +213,8 @@ bool Has_Simple_Printer::print_message(const Galileo_HAS_data* const has_data) | ||||
|                 } | ||||
|  | ||||
|             d_has_file << indent << indent << "Cell Mask Availability Flag: " << print_vector(has_data->cell_mask_availability_flag) << '\n'; | ||||
|             if (has_data->header.code_bias_flag == true || has_data->header.phase_bias_flag == true) | ||||
|                 { | ||||
|                     for (uint8_t i = 0; i < has_data->Nsys; i++) | ||||
|                         { | ||||
|                             if (has_data->cell_mask_availability_flag[i] == true) | ||||
| @@ -235,6 +237,7 @@ bool Has_Simple_Printer::print_message(const Galileo_HAS_data* const has_data) | ||||
|                                     d_has_file << print_matrix(has_data->cell_mask[i], filler); | ||||
|                                 } | ||||
|                         } | ||||
|                 } | ||||
|             d_has_file << indent << indent << "Nav message:                 " << print_vector(has_data->nav_message) << "  (0: GPS LNAV or Galileo I/NAV)\n"; | ||||
|  | ||||
|             if (has_data->header.orbit_correction_flag == true) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez