|
Z-Wave Protocol Controller Reference
|
Timestamp API allowing to set timestamps and verify if they are past/expired. More...
Go to the source code of this file.
Typedefs | |
| typedef struct zwapi_timestamp | zwapi_timestamp_t |
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) |
| compare the current timestamp with the timestamp passed as an argument More... | |
Timestamp API allowing to set timestamps and verify if they are past/expired.
| typedef struct zwapi_timestamp zwapi_timestamp_t |
| 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 |