25#ifndef ZPC_DATASTORE_FIXT_H
26#define ZPC_DATASTORE_FIXT_H
67#define ZPC_DATASTORE_VERSION (DATASTORE_VERSION_LAST - 1)
uint32_t sl_status_t
Definition: sl_status.h:139
enum zpc_datastore_version zpc_datastore_version_t
Versioning of the ZPC datastore. Each datastore version identifies the unique schema of the attribute...
zpc_datastore_version
Versioning of the ZPC datastore. Each datastore version identifies the unique schema of the attribute...
Definition: zpc_datastore_fixt.h:36
sl_status_t zpc_datastore_fixt_setup()
Fixture for setting up the zpc_datastore component.
Definition: zpc_datastore.c:25
@ DATASTORE_VERSION_V1
Initial ZPC datastore revision at first release.
Definition: zpc_datastore_fixt.h:40
@ DATASTORE_VERSION_V2
Version 2 of datastore database. Changes from v1:
Definition: zpc_datastore_fixt.h:48
@ DATASTORE_VERSION_LAST
Keep this value after the latest version to detect what is the latest.
Definition: zpc_datastore_fixt.h:61
@ DATASTORE_VERSION_V3
Version 3 of datastore database. Changes from v2:
Definition: zpc_datastore_fixt.h:57