upipe/uclock_std.h header reference
Header inclusion
Members
Type
- enum uclock_std_flags
Function
- struct uclock * uclock_std_alloc(enum uclock_std_flags flags)
Members detail
This macro is declared in upipe/uclock_std.h source file, line 29.
struct uclock * uclock_std_alloc(enum uclock_std_flags flags)
This function is declared in upipe/uclock_std.h source file, line 48.
This function allocates a new uclock_t structure.
Parameters list:
- flags: flags for the creation of a uclock structure
The return value is pointer to uclock, or NULL in case of error
This enum is declared in upipe/uclock_std.h source file, line 38.
flags for the creation of a uclock_t structure
Identifier | Value | Description |
---|---|---|
UCLOCK_FLAG_REALTIME | 0 | force using a real-time clock even if a monotonic clock is available |