mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-12 15:56:02 +00:00
style: format code with clang-format
This commit is contained in:

committed by
Carles Fernandez

parent
e767417c64
commit
62aade740b
@@ -1027,13 +1027,14 @@ typedef struct
|
|||||||
} solopt_t;
|
} solopt_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct
|
||||||
double rs[6]; /* satellite position|velocity (ecef) (m|m/s) */
|
{
|
||||||
double dts[2]; /* satellite clock bias/drift (s|s/s) */
|
double rs[6]; /* satellite position|velocity (ecef) (m|m/s) */
|
||||||
double prange; /* pseudorange (m) */
|
double dts[2]; /* satellite clock bias/drift (s|s/s) */
|
||||||
double dtrp; /* tropospheric delay (m) */
|
double prange; /* pseudorange (m) */
|
||||||
double dion; /* ionospheric delay (m) */
|
double dtrp; /* tropospheric delay (m) */
|
||||||
double dcb; /* code bias delay (m) */
|
double dion; /* ionospheric delay (m) */
|
||||||
|
double dcb; /* code bias delay (m) */
|
||||||
} sat_obs_t;
|
} sat_obs_t;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1180,7 +1180,7 @@ int pntpos(const obsd_t *obs, int n, const nav_t *nav,
|
|||||||
if (!stat && n >= 6 && opt->posopt[4])
|
if (!stat && n >= 6 && opt->posopt[4])
|
||||||
{
|
{
|
||||||
stat = raim_fde(obs, n, rs, dts, var, svh.data(), nav, &opt_, sol, azel_, vsat.data(), resp, msg,
|
stat = raim_fde(obs, n, rs, dts, var, svh.data(), nav, &opt_, sol, azel_, vsat.data(), resp, msg,
|
||||||
prange, dion, dtrp, dcb);
|
prange, dion, dtrp, dcb);
|
||||||
}
|
}
|
||||||
/* estimate receiver velocity with doppler */
|
/* estimate receiver velocity with doppler */
|
||||||
if (stat)
|
if (stat)
|
||||||
|
@@ -105,7 +105,7 @@ int valsol(const double *azel, const int *vsat, int n,
|
|||||||
int estpos(const obsd_t *obs, int n, const double *rs, const double *dts,
|
int estpos(const obsd_t *obs, int n, const double *rs, const double *dts,
|
||||||
const double *vare, const int *svh, const nav_t *nav,
|
const double *vare, const int *svh, const nav_t *nav,
|
||||||
const prcopt_t *opt, sol_t *sol, double *azel, int *vsat,
|
const prcopt_t *opt, sol_t *sol, double *azel, int *vsat,
|
||||||
double *resp, char *msg, double *prange,double *dion, double *dtrp,
|
double *resp, char *msg, double *prange, double *dion, double *dtrp,
|
||||||
double *dcb);
|
double *dcb);
|
||||||
|
|
||||||
/* raim fde (failure detection and exclution) -------------------------------*/
|
/* raim fde (failure detection and exclution) -------------------------------*/
|
||||||
|
Reference in New Issue
Block a user