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
10
instant_t
convert_timespec_to_ns
(
struct
timespec
tp);
11
18
struct
timespec
convert_ns_to_timespec
(
instant_t
t);
convert_timespec_to_ns
instant_t convert_timespec_to_ns(struct timespec tp)
Convert a _lf_time_spec_t ('tp') to an instant_t representation in nanoseconds.
convert_ns_to_timespec
struct timespec convert_ns_to_timespec(instant_t t)
Convert an instant_t ('t') representation in nanoseconds to a _lf_time_spec_t.
timespec
Definition
lf_arduino_support.h:108
instant_t
int64_t instant_t
Definition
tag.h:66
low_level_platform
api
platform
lf_unix_clock_support.h
Generated by
1.12.0