Zigbee Protocol Controller 1.6.0
|
#include "process.h"
Go to the source code of this file.
Enumerations | |
enum | unify_attribute_store_events_t { RESTART_AUTO_SAVE_SAFETY_TIMER_EVENT , RESTART_AUTO_SAVE_COOLDOWN_TIMER_EVENT } |
Event definitions for the Unify Attribute Store Process. More... | |
Functions | |
PROCESS_NAME (unify_attribute_store_process) | |
Name the of The Contiki RTOS process for the Unify Attribute Store. More... | |
void | attribute_store_process_on_attribute_store_saved () |
Notify the Attribute Store process that the attribute store was just saved to SQLite. More... | |
void | attribute_store_process_restart_auto_save_safety_timer () |
Restarts the auto-save safety timer. More... | |
void | attribute_store_process_restart_auto_save_cooldown_timer () |
Restarts the auto-save cooldown timer. More... | |