Move estimated offset and error to sourcestats report

And print the estimated offset in sourcestats output.
This commit is contained in:
Miroslav Lichvar
2009-12-13 14:53:58 +01:00
parent feb86e336a
commit b32432c232
9 changed files with 56 additions and 47 deletions

View File

@@ -47,8 +47,6 @@ typedef struct {
double orig_latest_meas; /* seconds */
double latest_meas; /* seconds */
double latest_meas_err; /* seconds */
double est_offset; /* seconds */
double est_offset_err; /* seconds */
} RPT_SourceReport ;
typedef struct {
@@ -73,6 +71,8 @@ typedef struct {
double resid_freq_ppm;
double skew_ppm;
double sd;
double est_offset;
double est_offset_err;
} RPT_SourcestatsReport;
typedef struct {