|
Z-Wave Protocol Controller Reference
|
ZPC specific functions using the unify_datastore. More...
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... | |
ZPC specific functions using the unify_datastore.
Fixture to initialize the zpc_datastore from uic_main, to be used in zpc_datastore
| #define ZPC_DATASTORE_VERSION (DATASTORE_VERSION_LAST - 1) |
Current datastore version used by the ZPC.
| 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.
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.
| sl_status_t zpc_datastore_fixt_setup | ( | ) |
Fixture for setting up the zpc_datastore component.