Z-Wave Protocol Controller Reference
zpc_datastore_fixt.h File Reference
#include "sl_status.h"
Include dependency graph for zpc_datastore_fixt.h:
This graph shows which files directly or indirectly include this file:

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