Module bsec::clock[][src]

Interface to measure time.

Modules

test_support

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

Structs

TimePassed

Measures time since the creation of an instance.

Traits

Clock

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