Elma
An event loop manager for embedded systems
|
#include <chrono>
Go to the source code of this file.
Functions | |
constexpr high_resolution_clock::duration | elma::operator"" _s (unsigned long long x) |
A duration in seconds. For example 10_s. | |
constexpr high_resolution_clock::duration | elma::operator"" _ms (unsigned long long x) |
A duration in milliseconds. For example 10_ms. | |
constexpr high_resolution_clock::duration | elma::operator"" _us (unsigned long long x) |
A duration in microseconds. For example 10_us. | |