Module bsec::clock

source ·
Expand description

Interface to measure time.

Modules

Provides a fake Clock implementation to be used in unit tests.

Structs

Measures time since the creation of an instance.

Traits

The BSEC algorithem needs a clock capable of providing timestamps. Implement this trait according to your hardware platform.