|
fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Basic time tracking utility functions. More...


Go to the source code of this file.
Typedefs | |
| typedef struct timespec | timeInstant |
Functions | |
| timeInstant | timeGetNow (void) |
| Get the current system time. | |
| int64_t | timeElapsedNs (timeInstant start, timeInstant end) |
Return the time elapsed from end since the start time in nanoseconds. | |
Basic time tracking utility functions.
| typedef struct timespec timeInstant |
| int64_t timeElapsedNs | ( | timeInstant | start, |
| timeInstant | end ) |
Return the time elapsed from end since the start time in nanoseconds.
| start | start time |
| end | end time |

| timeInstant timeGetNow | ( | void | ) |
Get the current system time.
