Another CDS timestamp bugfix #8

Merged
muellerr merged 3 commits from another_logic_fix_cds_stamp into main 2023-01-14 17:50:24 +01:00
Showing only changes of commit 6e593e4e27 - Show all commits

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- CDS timestamp: Fixed another small logic error for stamp creation from the current
time with picosecond precision.
PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/8
# [v0.4.1] 14.01.2023
@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- CDS timestamp: The conversion function from the current time were buggy
when specifying picoseconds precision, which could lead to overflow
multiplications and/or incorrect precision fields.
PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/7
# [v0.4.0] 10.01.2023