add first Add<Duration> impl for TimeProvider<DaysLen16Bits>

This commit is contained in:
2023-01-13 23:04:53 +01:00
parent 2385e7812b
commit 1761bdd33f
2 changed files with 72 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pub mod cuc;
pub const DAYS_CCSDS_TO_UNIX: i32 = -4383;
pub const SECONDS_PER_DAY: u32 = 86400;
pub const MS_PER_DAY: u32 = SECONDS_PER_DAY * 1000;
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]