Embedded Multicore Building Blocks V1.0.0
|
Represents an absolute time point. More...
#include <time.h>
Public Member Functions | |
Time () | |
Constructs an instance representing the current point of time. More... | |
template<typename Tick > | |
Time (const Duration< Tick > &duration) | |
Constructs an instance representing the current point of time plus duration . More... | |
Represents an absolute time point.
embb::base::Time::Time | ( | ) |
Constructs an instance representing the current point of time.
|
explicit |