Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit e481413

Browse files
committed
Add units to fit_interval
1 parent 136c78e commit e481413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/libswiftnav/almanac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef struct {
4747
gnss_signal_t sid; /**< Signal ID. */
4848
gps_time_t toa; /**< Reference time of almanac. */
4949
float ura; /**< User range accuracy [m] */
50-
u8 fit_interval; /**< Curve fit interval. */
50+
u8 fit_interval; /**< Curve fit interval [hours] */
5151
u8 valid; /**< Almanac is valid. */
5252
u8 healthy; /**< Satellite health status. */
5353
union {

include/libswiftnav/ephemeris.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef struct {
6969
gnss_signal_t sid; /**< Signal ID. */
7070
gps_time_t toe; /**< Reference time of ephemeris. */
7171
float ura; /**< User range accuracy [m] */
72-
u8 fit_interval; /**< Curve fit interval. */
72+
u8 fit_interval; /**< Curve fit interval [hours] */
7373
u8 valid; /**< Ephemeris is valid. */
7474
u8 healthy; /**< Satellite health status. */
7575
union {

0 commit comments

Comments
 (0)