|
Z-Wave Protocol Controller Reference
|
#include "sl_status.h"Go to the source code of this file.
Macros | |
| #define | ZPC_DATASTORE_VERSION (DATASTORE_VERSION_LAST - 1) |
| Current datastore version used by the ZPC. More... | |
Typedefs | |
| typedef enum zpc_datastore_version | zpc_datastore_version_t |
| Versioning of the ZPC datastore. Each datastore version identifies the unique schema of the attribute store The version number should be bumped up when new schema is introduced in datastore which is no more compatible with current or old schemas. More... | |
Enumerations | |
| enum | zpc_datastore_version { DATASTORE_VERSION_V1 = 1 , DATASTORE_VERSION_V2 , DATASTORE_VERSION_V3 , DATASTORE_VERSION_LAST } |
| Versioning of the ZPC datastore. Each datastore version identifies the unique schema of the attribute store The version number should be bumped up when new schema is introduced in datastore which is no more compatible with current or old schemas. More... | |
Functions | |
| sl_status_t | zpc_datastore_fixt_setup () |
| Fixture for setting up the zpc_datastore component. More... | |