|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
#include <variants/meshx_root_element.hpp>#include <common_model/meshx_model_config.hpp>#include <light_model/meshx_model_ctl.hpp>#include <meshx_composition.hpp>Macros | |
| #define | MESHX_ROOT_DEPENDENCY_RESOLVER_INST(ModelT) |
| Explicit template instantiations for dependent models. | |
Functions | |
| meshx_err_t | meshx_init_config_server (void) |
Variables | |
| constexpr uint16_t | MESHX_ROOT_ELEMENT_INDEX = 0 |
| #define MESHX_ROOT_DEPENDENCY_RESOLVER_INST | ( | ModelT | ) |
Explicit template instantiations for dependent models.
| meshx_err_t meshx_init_config_server | ( | void | ) |
Legacy support for Config Server initialization and callback registration. These are provided to support the transition away from elements_c.
|
constexpr |