mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-10 20:23:09 +00:00
Applied clang-format to the previous commit
This commit is contained in:
@@ -29,9 +29,9 @@
|
|||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pvt_solution.h"
|
|
||||||
#include "GPS_L1_CA.h"
|
#include "GPS_L1_CA.h"
|
||||||
#include "geofunctions.h"
|
#include "geofunctions.h"
|
||||||
|
#include "pvt_solution.h"
|
||||||
#include <glog/logging.h>
|
#include <glog/logging.h>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstddef>
|
#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;
|
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;
|
return d_rx_vel;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
*
|
*
|
||||||
* -----------------------------------------------------------------------*/
|
* -----------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "rtklib_solver.h"
|
|
||||||
#include "Beidou_B1I.h"
|
#include "Beidou_B1I.h"
|
||||||
#include "Beidou_B3I.h"
|
#include "Beidou_B3I.h"
|
||||||
#include "Beidou_DNAV.h"
|
#include "Beidou_DNAV.h"
|
||||||
@@ -61,6 +60,7 @@
|
|||||||
#include "rtklib_conversions.h"
|
#include "rtklib_conversions.h"
|
||||||
#include "rtklib_rtkpos.h"
|
#include "rtklib_rtkpos.h"
|
||||||
#include "rtklib_solution.h"
|
#include "rtklib_solution.h"
|
||||||
|
#include "rtklib_solver.h"
|
||||||
#include <glog/logging.h>
|
#include <glog/logging.h>
|
||||||
#include <matio.h>
|
#include <matio.h>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|||||||
Reference in New Issue
Block a user