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:
parent
950111d0fe
commit
d738d893c6
@ -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);
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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';
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user