Z-Wave Protocol Controller Reference
zpc_config.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "uic_version.h"
Include dependency graph for zpc_config.h:
This graph shows which files directly or indirectly include this file:

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_tzpc_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...