![]() |
Functions | |
nanosecs_abs_t | rtdm_clock_read (void) |
Get system time. | |
nanosecs_abs_t | rtdm_clock_read_monotonic (void) |
Get monotonic time. |
nanosecs_abs_t rtdm_clock_read | ( | void | ) |
Get system time.
The system timer may have to be started to obtain valid results. Whether this happens automatically (as on Xenomai) or is controlled by the application depends on the RTDM host environment.
This service can be called from:
Rescheduling: never.
nanosecs_abs_t rtdm_clock_read_monotonic | ( | void | ) |
Get monotonic time.
The system timer may have to be started to obtain valid results. Whether this happens automatically (as on Xenomai) or is controlled by the application depends on the RTDM host environment.
This service can be called from:
Rescheduling: never.