Variable aslam::time::seconds¶
Variable Documentation¶
-
constexpr auto aslam::time::seconds = internal::convertToNanosecondsCompileTime<internal::sec>¶
Convenience functions to convert the specified unit to the nanoseconds format at compile time.
Example: int64_t sampling_time = aslam::time::microseconds(10);