Variable aslam::time::from_seconds¶
Defined in File time.h
Variable Documentation¶
-
static unused auto aslam::time::from_seconds = internal::convertToNanoseconds<internal::sec>¶
Convert other time units to a timestamp (in nanoseconds) at runtime.
Example: int64_t timestamp_nanoseconds = aslam::time::from_seconds(double seconds);