Skip to main content

Module time

Module time 

Source
Expand description

CCSDS time code formats (CCSDS 301.0-B-4). CCSDS Time Code Formats (CCSDS 301.0-B-4)

Implements two CCSDS time formats:

  • CUC (Unsegmented Code): binary seconds + fractional seconds
  • CDS (Day Segmented): day count + milliseconds of day

Re-exports§

pub use cds::CdsTime;
pub use cuc::CucTime;

Modules§

cds
CCSDS Day Segmented (CDS) time format. CCSDS Day Segmented (CDS) Time Format (CCSDS 301.0-B-4, §3.3)
cuc
CCSDS Unsegmented Code (CUC) time format. CCSDS Unsegmented Code (CUC) Time Format (CCSDS 301.0-B-4, §3.2)