mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
debug4
This commit is contained in:
parent
e2c2da67c4
commit
44f05263f0
@ -357,7 +357,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work (int noutput_items __attribute_
|
|||||||
flag_TOW_set = true;
|
flag_TOW_set = true;
|
||||||
d_flag_new_tow_available = false;
|
d_flag_new_tow_available = false;
|
||||||
double tmp_diff = std::fabs(tmp_tow - d_TOW_at_current_symbol);
|
double tmp_diff = std::fabs(tmp_tow - d_TOW_at_current_symbol);
|
||||||
if ((tmp_tow != 0) or (tmp_diff > 0.0))
|
if (tmp_diff > 0.0)
|
||||||
{
|
{
|
||||||
std::cout << TEXT_RED <<
|
std::cout << TEXT_RED <<
|
||||||
"GPS L1 C/A. TOW incoherence on channel: "<< d_channel << ". TOW difference = " <<
|
"GPS L1 C/A. TOW incoherence on channel: "<< d_channel << ". TOW difference = " <<
|
||||||
|
Loading…
Reference in New Issue
Block a user