Zigbee Protocol Controller 1.6.0
zigpc_uic_datastore_fixt.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
23#ifndef ZIGPC_DATASTORE_FIXT_H
24#define ZIGPC_DATASTORE_FIXT_H
25
26#include "sl_status.h"
27
45
49#define ZIGPC_CURRENT_DATASTORE_VERSION (ZIGPC_DATASTORE_VERSION_LAST - 1)
50
51#ifdef __cplusplus
52extern "C" {
53#endif
54
61
62#ifdef __cplusplus
63}
64#endif
65
67#endif // ZIGPC_DATASTORE_FIXT_H
uint32_t sl_status_t
Definition: sl_status.h:139
enum zigpc_datastore_version zigpc_datastore_version_t
Versioning of the ZigPC datastore.
sl_status_t zigpc_uic_datastore_fixt_setup(void)
Fixture for setting up the zigpc_datastore component.
Definition: zigpc_uic_datastore_fixt.c:26
zigpc_datastore_version
Versioning of the ZigPC datastore.
Definition: zigpc_uic_datastore_fixt.h:35
@ ZIGPC_DATASTORE_VERSION_LAST
Keep this value after the latest version to detect what is the latest.
Definition: zigpc_uic_datastore_fixt.h:43
@ ZIGPC_DATASTORE_VERSION_V1
Initial ZigPC datastore revision at first release.
Definition: zigpc_uic_datastore_fixt.h:39
SL Status Codes.