reactor-c
C Runtime for Lingua Franca
|
#include <time.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
instant_t | convert_timespec_to_ns (struct timespec tp) |
Convert a _lf_time_spec_t ('tp') to an instant_t representation in nanoseconds. | |
struct timespec | convert_ns_to_timespec (instant_t t) |
Convert an instant_t ('t') representation in nanoseconds to a _lf_time_spec_t. | |
Convert an instant_t ('t') representation in nanoseconds to a _lf_time_spec_t.