mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +00:00
applied clang-format
This commit is contained in:
parent
5d2047c300
commit
dbf0c38d37
@ -187,8 +187,8 @@ GalileoE1DllPllVemlTrackingFpga::GalileoE1DllPllVemlTrackingFpga(
|
|||||||
// compute the number of tracking channels that have already been instantiated. The order in which
|
// compute the number of tracking channels that have already been instantiated. The order in which
|
||||||
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
||||||
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
||||||
configuration->property("Channels_2S.count", 0) +
|
configuration->property("Channels_2S.count", 0) +
|
||||||
configuration->property("Channels_L5.count", 0);
|
configuration->property("Channels_L5.count", 0);
|
||||||
|
|
||||||
//################# PRE-COMPUTE ALL THE CODES #################
|
//################# PRE-COMPUTE ALL THE CODES #################
|
||||||
uint32_t code_samples_per_chip = 2;
|
uint32_t code_samples_per_chip = 2;
|
||||||
|
@ -182,9 +182,9 @@ GalileoE5aDllPllTrackingFpga::GalileoE5aDllPllTrackingFpga(
|
|||||||
// compute the number of tracking channels that have already been instantiated. The order in which
|
// compute the number of tracking channels that have already been instantiated. The order in which
|
||||||
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
||||||
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
||||||
configuration->property("Channels_2S.count", 0) +
|
configuration->property("Channels_2S.count", 0) +
|
||||||
configuration->property("Channels_L5.count", 0) +
|
configuration->property("Channels_L5.count", 0) +
|
||||||
configuration->property("Channels_1B.count", 0);
|
configuration->property("Channels_1B.count", 0);
|
||||||
|
|
||||||
// ################# PRE-COMPUTE ALL THE CODES #################
|
// ################# PRE-COMPUTE ALL THE CODES #################
|
||||||
uint32_t code_samples_per_chip = 1;
|
uint32_t code_samples_per_chip = 1;
|
||||||
|
@ -181,7 +181,7 @@ GpsL5DllPllTrackingFpga::GpsL5DllPllTrackingFpga(
|
|||||||
// compute the number of tracking channels that have already been instantiated. The order in which
|
// compute the number of tracking channels that have already been instantiated. The order in which
|
||||||
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
// GNSS-SDR instantiates the tracking channels i L1, L2, L5, E1, E5a
|
||||||
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
trk_param_fpga.num_prev_assigned_ch = configuration->property("Channels_1C.count", 0) +
|
||||||
configuration->property("Channels_2S.count", 0);
|
configuration->property("Channels_2S.count", 0);
|
||||||
|
|
||||||
// tracking lock tests smoother parameters
|
// tracking lock tests smoother parameters
|
||||||
trk_param_fpga.cn0_smoother_samples = configuration->property(role + ".cn0_smoother_samples", trk_param_fpga.cn0_smoother_samples);
|
trk_param_fpga.cn0_smoother_samples = configuration->property(role + ".cn0_smoother_samples", trk_param_fpga.cn0_smoother_samples);
|
||||||
|
@ -67,8 +67,8 @@ Fpga_Multicorrelator_8sc::Fpga_Multicorrelator_8sc(int32_t n_correlators,
|
|||||||
{
|
{
|
||||||
d_n_correlators = n_correlators;
|
d_n_correlators = n_correlators;
|
||||||
d_device_name = device_name;
|
d_device_name = device_name;
|
||||||
d_dev_file_num = dev_file_num;
|
d_dev_file_num = dev_file_num;
|
||||||
d_num_prev_assigned_ch = num_prev_assigned_ch;
|
d_num_prev_assigned_ch = num_prev_assigned_ch;
|
||||||
|
|
||||||
d_track_pilot = track_pilot;
|
d_track_pilot = track_pilot;
|
||||||
d_device_descriptor = 0;
|
d_device_descriptor = 0;
|
||||||
|
@ -53,8 +53,8 @@ public:
|
|||||||
*/
|
*/
|
||||||
Fpga_Multicorrelator_8sc(int32_t n_correlators,
|
Fpga_Multicorrelator_8sc(int32_t n_correlators,
|
||||||
const std::string &device_name,
|
const std::string &device_name,
|
||||||
uint32_t dev_file_num,
|
uint32_t dev_file_num,
|
||||||
uint32_t num_prev_assigned_ch,
|
uint32_t num_prev_assigned_ch,
|
||||||
int32_t *ca_codes,
|
int32_t *ca_codes,
|
||||||
int32_t *data_codes,
|
int32_t *data_codes,
|
||||||
uint32_t code_length_chips,
|
uint32_t code_length_chips,
|
||||||
@ -237,8 +237,8 @@ private:
|
|||||||
|
|
||||||
// driver
|
// driver
|
||||||
std::string d_device_name;
|
std::string d_device_name;
|
||||||
uint32_t d_dev_file_num;
|
uint32_t d_dev_file_num;
|
||||||
uint32_t d_num_prev_assigned_ch;
|
uint32_t d_num_prev_assigned_ch;
|
||||||
|
|
||||||
// PRN codes
|
// PRN codes
|
||||||
int32_t *d_ca_codes;
|
int32_t *d_ca_codes;
|
||||||
|
Loading…
Reference in New Issue
Block a user