-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeofweek: introduce time of week construction and conversion
* (wk, tow) is usually how an epoch is expressed by a GNSS receiver, usually in a GNSS timescale. Wk is a rolling counter, and tow is the amount of seconds since Sunday midnight of that week. `tow` is usually expressed in [s] or [ms] by receivers, we use [ns] here, to maintain crate consistency and never be limited. Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
- Loading branch information
Showing
3 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters