Skip to content

Commit

Permalink
Merge pull request #107 from henryhallam/rounded_tow
Browse files Browse the repository at this point in the history
Clarify description of rounded time format
  • Loading branch information
Henry Hallam committed Apr 15, 2015
2 parents c8f653e + a21802c commit 05d8352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/yaml/swiftnav/sbp/ext_events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ definitions:
- tow:
type: u32
units: ms
desc: GPS Time of Week rounded to the nearest ms
desc: GPS time of week rounded to the nearest millisecond
- ns:
type: s32
units: ns
desc: Nanosecond remainder of rounded tow
desc: Nanosecond residual of millisecond-rounded TOW (range: -500000 ... 500000)
- flags:
type: u8
desc: Flags
Expand Down
4 changes: 2 additions & 2 deletions spec/yaml/swiftnav/sbp/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ definitions:
- tow:
type: u32
units: ms
desc: GPS time of week rounded to the nearest ms
desc: GPS time of week rounded to the nearest millisecond
- ns:
type: s32
units: ns
desc: Nanosecond remainder of rounded tow
desc: Nanosecond residual of millisecond-rounded TOW (range: -500000 ... 500000)
- flags:
type: u8
desc: Status flags (reserved)
Expand Down

0 comments on commit 05d8352

Please sign in to comment.