reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_unix_clock_support.h
Go to the documentation of this file.
1#include <time.h>
2#include <errno.h>
3
11
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.
Definition lf_arduino_support.h:108
int64_t instant_t
Definition tag.h:66