|
Z-Wave Protocol Controller Reference
|
#include <stdint.h>#include <stdbool.h>#include "uic_version.h"Go to the source code of this file.
Classes | |
| struct | zpc_config_t |
Macros | |
| #define | ZWAVE_CONFIG_REPRESENTATION "1" |
| Z-Wave. More... | |
| #define | ZWAVE_LONG_RANGE_CONFIG_REPRESENTATION "2" |
| Z-Wave Long Range. More... | |
| #define | DEFAULT_ZPC_DATASTORE_FILE UIC_VAR_DIR "/zpc.db" |
| #define | CONFIG_KEY_ZPC_DATASTORE_FILE "zpc.datastore_file" |
Functions | |
| const zpc_config_t * | zpc_get_config () |
| Get the current configuration. This must only be called after zpc_config_init. More... | |
| int | zpc_config_init () |
| Register ZPC configurations in config. More... | |