mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-11 07:16:05 +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;
|
||||
|
||||
|
||||
typedef struct {
|
||||
double rs[6]; /* satellite position|velocity (ecef) (m|m/s) */
|
||||
double dts[2]; /* satellite clock bias/drift (s|s/s) */
|
||||
double prange; /* pseudorange (m) */
|
||||
double dtrp; /* tropospheric delay (m) */
|
||||
double dion; /* ionospheric delay (m) */
|
||||
double dcb; /* code bias delay (m) */
|
||||
typedef struct
|
||||
{
|
||||
double rs[6]; /* satellite position|velocity (ecef) (m|m/s) */
|
||||
double dts[2]; /* satellite clock bias/drift (s|s/s) */
|
||||
double prange; /* pseudorange (m) */
|
||||
double dtrp; /* tropospheric delay (m) */
|
||||
double dion; /* ionospheric delay (m) */
|
||||
double dcb; /* code bias delay (m) */
|
||||
} 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])
|
||||
{
|
||||
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 */
|
||||
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,
|
||||
const double *vare, const int *svh, const nav_t *nav,
|
||||
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);
|
||||
|
||||
/* raim fde (failure detection and exclution) -------------------------------*/
|
||||
|
Reference in New Issue
Block a user