Variable navtk::utils::NANO_PER_SEC
Defined in File conversions.hpp
Variable Documentation
-
constexpr uint64_t navtk::utils::NANO_PER_SEC = 1'000'000'000
Can be used to convert between seconds and nanoseconds.
It is bigger than necessary to avoid overflows when multiplying.