Get time since real-time system startup.
More...
|
bool | operator== (const t_atom &a, const t_atom &b) |
|
bool | operator!= (const t_atom &a, const t_atom &b) |
|
bool | operator< (const t_atom &a, const t_atom &b) |
|
bool | operator<= (const t_atom &a, const t_atom &b) |
|
bool | operator> (const t_atom &a, const t_atom &b) |
|
bool | operator>= (const t_atom &a, const t_atom &b) |
|
Get time since real-time system startup.
- Note
- This is not the time of the operating system but of the real-time system.
-
It may depend on the time source the system is synchronized to (e.g. audio sample rate).
Get time granularity of the GetTime function.
- Note
- This can be zero if not determined.
Get operating system time since flext startup.
Sleep for an amount of time.
- Note
- Clearly in a real-time system this should only be used in a detached thread.
Class encapsulating a timer with callback functionality. This class can either be used with FLEXT_ADDTIMER or used as a base class with an overloaded virtual Work function.
§ operator!=()
bool operator!= |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |
§ operator<()
bool operator< |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |
§ operator<=()
bool operator<= |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |
§ operator==()
bool operator== |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |
Check for SIMD capabilities of the CPU
§ operator>()
bool operator> |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |
§ operator>=()
bool operator>= |
( |
const t_atom & |
a, |
|
|
const t_atom & |
b |
|
) |
| |
|
inline |