Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
epoch time event callback structure. More...
#include <epoch.h>
Data Fields | |
void(* | reference_time_updated )(enum epoch_time_source source, struct timeutil_sync_instant old, struct timeutil_sync_instant new, void *user_ctx) |
The local reference instant has been updated. | |
void * | user_ctx |
sys_snode_t | node |
epoch time event callback structure.
sys_snode_t epoch_time_cb::node |
void(* epoch_time_cb::reference_time_updated) (enum epoch_time_source source, struct timeutil_sync_instant old, struct timeutil_sync_instant new, void *user_ctx) |
The local reference instant has been updated.
source | The time source of the new reference instant |
old | Old reference instant |
new | New reference instant |
user_ctx | User context pointer |
void* epoch_time_cb::user_ctx |