1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

Apply clang-format

This commit is contained in:
Carles Fernandez 2021-01-26 00:14:50 +01:00
parent 950111d0fe
commit d738d893c6
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
4 changed files with 4 additions and 4 deletions

View File

@ -1297,7 +1297,7 @@ int32_t dll_pll_veml_tracking_fpga::save_matfile() const
}
void dll_pll_veml_tracking_fpga::set_channel(uint32_t channel, const std::string& device_io_name)
void dll_pll_veml_tracking_fpga::set_channel(uint32_t channel, const std::string &device_io_name)
{
gr::thread::scoped_lock l(d_setlock);

View File

@ -66,7 +66,7 @@ public:
/*!
* \brief Set the channel number and configure some multicorrelator parameters
*/
void set_channel(uint32_t channel, const std::string& device_io_name);
void set_channel(uint32_t channel, const std::string &device_io_name);
/*!
* \brief This function is used with two purposes:

View File

@ -192,7 +192,7 @@ bool Fpga_Multicorrelator_8sc::free()
}
void Fpga_Multicorrelator_8sc::open_channel(const std::string& device_io_name, uint32_t channel)
void Fpga_Multicorrelator_8sc::open_channel(const std::string &device_io_name, uint32_t channel)
{
std::cout << "trk device_io_name = " << device_io_name << '\n';

View File

@ -91,7 +91,7 @@ public:
/*!
* \brief Open the FPGA device driver
*/
void open_channel(const std::string& device_io_name, uint32_t channel);
void open_channel(const std::string &device_io_name, uint32_t channel);
/*!
* \brief Set the initial sample number where the tracking process begins