Skip to content
Snippets Groups Projects
Commit d99a25b4 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

more info in PseudoRange struct

parent c8169cb0
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
......@@ -21,8 +21,12 @@ namespace GnssUtils
// Structs
struct PseudoRange
{
double prange = -1;
double var = 1;
double p = -1;
double var = 1;
double prange = -1;
double iono_corr = 0;
double tropo_corr = 0;
double sat_clock_corr = 0;
};
struct ComputePosOutput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment