mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-06 07:20:34 +00:00
Applied clang-format to the previous commit
This commit is contained in:
parent
216e8dfa26
commit
f9f7884d05
@ -29,9 +29,9 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "pvt_solution.h"
|
||||
#include "GPS_L1_CA.h"
|
||||
#include "geofunctions.h"
|
||||
#include "pvt_solution.h"
|
||||
#include <glog/logging.h>
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
@ -414,7 +414,7 @@ void Pvt_Solution::set_rx_pos(const arma::vec &pos)
|
||||
}
|
||||
|
||||
|
||||
const arma::vec& Pvt_Solution::get_rx_pos() const
|
||||
arma::vec Pvt_Solution::get_rx_pos() const
|
||||
{
|
||||
return d_rx_pos;
|
||||
}
|
||||
@ -425,7 +425,7 @@ void Pvt_Solution::set_rx_vel(arma::vec vel)
|
||||
}
|
||||
|
||||
|
||||
const arma::vec& Pvt_Solution::get_rx_vel() const
|
||||
arma::vec Pvt_Solution::get_rx_vel() const
|
||||
{
|
||||
return d_rx_vel;
|
||||
}
|
||||
|
@ -51,7 +51,6 @@
|
||||
*
|
||||
* -----------------------------------------------------------------------*/
|
||||
|
||||
#include "rtklib_solver.h"
|
||||
#include "Beidou_B1I.h"
|
||||
#include "Beidou_B3I.h"
|
||||
#include "Beidou_DNAV.h"
|
||||
@ -61,6 +60,7 @@
|
||||
#include "rtklib_conversions.h"
|
||||
#include "rtklib_rtkpos.h"
|
||||
#include "rtklib_solution.h"
|
||||
#include "rtklib_solver.h"
|
||||
#include <glog/logging.h>
|
||||
#include <matio.h>
|
||||
#include <exception>
|
||||
|
Loading…
Reference in New Issue
Block a user