26#ifndef ATTRIBUTE_STORE_PROCESS_H
27#define ATTRIBUTE_STORE_PROCESS_H
PROCESS_NAME(unify_attribute_store_process)
Name the of The Contiki RTOS process for the Unify Attribute Store.
void attribute_store_process_on_attribute_store_saved()
Notify the Attribute Store process that the attribute store was just saved to SQLite.
Definition: attribute_store_process.c:97
unify_attribute_store_events_t
Event definitions for the Unify Attribute Store Process.
Definition: attribute_store_process.h:41
void attribute_store_process_restart_auto_save_safety_timer()
Restarts the auto-save safety timer.
Definition: attribute_store_process.c:73
void attribute_store_process_restart_auto_save_cooldown_timer()
Restarts the auto-save cooldown timer.
Definition: attribute_store_process.c:85
@ RESTART_AUTO_SAVE_COOLDOWN_TIMER_EVENT
Restart the auto-save cooldown timer.
Definition: attribute_store_process.h:45
@ RESTART_AUTO_SAVE_SAFETY_TIMER_EVENT
Restart the auto-save safety timer.
Definition: attribute_store_process.h:43