mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-02 10:57:59 +00:00
adding missing initialization
This commit is contained in:
@@ -111,6 +111,7 @@ GalileoE1Pcps8msAmbiguousAcquisition::GalileoE1Pcps8msAmbiguousAcquisition(
|
|||||||
doppler_max_ = 5000;
|
doppler_max_ = 5000;
|
||||||
doppler_step_ = 250;
|
doppler_step_ = 250;
|
||||||
channel_internal_queue_ = 0;
|
channel_internal_queue_ = 0;
|
||||||
|
channel_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -119,6 +119,7 @@ GalileoE1PcpsAmbiguousAcquisition::GalileoE1PcpsAmbiguousAcquisition(
|
|||||||
doppler_max_ = 5000;
|
doppler_max_ = 5000;
|
||||||
doppler_step_ = 250;
|
doppler_step_ = 250;
|
||||||
channel_internal_queue_ = 0;
|
channel_internal_queue_ = 0;
|
||||||
|
channel_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -111,6 +111,7 @@ GalileoE1PcpsCccwsrAmbiguousAcquisition::GalileoE1PcpsCccwsrAmbiguousAcquisition
|
|||||||
doppler_max_ = 5000;
|
doppler_max_ = 5000;
|
||||||
doppler_step_ = 250;
|
doppler_step_ = 250;
|
||||||
channel_internal_queue_ = 0;
|
channel_internal_queue_ = 0;
|
||||||
|
channel_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -113,6 +113,7 @@ GalileoE1PcpsTongAmbiguousAcquisition::GalileoE1PcpsTongAmbiguousAcquisition(
|
|||||||
doppler_step_ = 250;
|
doppler_step_ = 250;
|
||||||
channel_internal_queue_ = 0;
|
channel_internal_queue_ = 0;
|
||||||
channel_ = 0;
|
channel_ = 0;
|
||||||
|
bit_transition_flag_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -103,6 +103,7 @@ GpsL1CaPcpsTongAcquisition::GpsL1CaPcpsTongAcquisition(
|
|||||||
doppler_step_ = 250;
|
doppler_step_ = 250;
|
||||||
channel_internal_queue_ = 0;
|
channel_internal_queue_ = 0;
|
||||||
channel_ = 0;
|
channel_ = 0;
|
||||||
|
bit_transition_flag_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user