|
Z-Wave Protocol Controller Reference
|
#include <stdlib.h>#include <time.h>#include "zwapi_timestamp.h"#include <assert.h>#include <stdbool.h>#include "sl_log.h"Functions | |
| void | zwapi_timestamp_get (zwapi_timestamp_t *timestamp, int period_ms) |
| get the timestamp More... | |
| bool | zwapi_is_timestamp_elapsed (const zwapi_timestamp_t *timestamp_1) |
| compare the current timestamp with the timestamp passed as an argument More... | |
| bool zwapi_is_timestamp_elapsed | ( | const zwapi_timestamp_t * | timestamp | ) |
compare the current timestamp with the timestamp passed as an argument
| timestamp |
| void zwapi_timestamp_get | ( | zwapi_timestamp_t * | timestamp, |
| int | period_ms | ||
| ) |
get the timestamp
| timestamp | |
| period_ms |