Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
kv_update_log.h
Go to the documentation of this file.
1
9
10#ifndef INFUSE_SDK_INCLUDE_INFUSE_AUTO_KV_UPDATE_LOG_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_AUTO_KV_UPDATE_LOG_H_
12
13#include <stdint.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
24
35void auto_kv_update_log_configure(uint8_t tdf_logger_mask);
36
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* INFUSE_SDK_INCLUDE_INFUSE_AUTO_KV_UPDATE_LOG_H_ */
void auto_kv_update_log_configure(uint8_t tdf_logger_mask)
Automatically log Key Value Store data changes.