Skip to main content

Module clock

Module clock 

Source
Expand description

Monotonic clock abstraction. Monotonic clock abstraction for time-dependent routing and protocol decisions.

Structs§

FixedClock
A fixed clock that always returns the same value.
MetClock
Clock backed by cFS Mission Elapsed Time (counts from 0).
StdClock
Clock backed by std::time::Instant.
SysTimeClock
Clock backed by cFS spacecraft time (TAI or UTC, depending on mission config).

Traits§

Clock
Provides the current time in seconds.