|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Callbacks for internal evbme handling. More...
#include <time.h>

Go to the source code of this file.
Functions | |
| struct timespec | time_sub (const struct timespec *t1, const struct timespec *t2) |
| Subtract one timespec from another. More... | |
| int | time_cmp (const struct timespec *t1, const struct timespec *t2) |
| Compare two timespec structures. More... | |
Callbacks for internal evbme handling.
| int time_cmp | ( | const struct timespec * | t1, |
| const struct timespec * | t2 | ||
| ) |
Compare two timespec structures.
| t1 | first timespec |
| t2 | second timespec |
| struct timespec time_sub | ( | const struct timespec * | t1, |
| const struct timespec * | t2 | ||
| ) |
Subtract one timespec from another.
| t1 | timespec 1 |
| t2 | timespec 2 |