|
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.
|
MeshX Root Element class definition This file contains the meshXRootElement class which represents the root element in the MeshX BLE mesh network. More...
#include <meshx_element_class.hpp>Go to the source code of this file.
Data Structures | |
| class | meshXRootElement |
| Derived class for the root element. More... | |
Macros | |
| #define | MESHX_ROOT_ELEMENT_TEMPLATE_PROTO |
| #define | MESHX_ROOT_ELEMENT_TEMPLATE_PARAMS |
| #define | MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PROTO template <typename ModelT> |
| #define | MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PARAMS <ModelT> |
Enumerations | |
| enum class | meshxRootElementComposition : uint8_t { MESHX_ROOT_ELEMENT_COMP_CONFIG_SERVER = 0 , MESHX_ROOT_ELEMENT_COMP_MAX } |
MeshX Root Element class definition This file contains the meshXRootElement class which represents the root element in the MeshX BLE mesh network.
| #define MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PARAMS <ModelT> |
| #define MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PROTO template <typename ModelT> |
| #define MESHX_ROOT_ELEMENT_TEMPLATE_PARAMS |
| #define MESHX_ROOT_ELEMENT_TEMPLATE_PROTO |
|
strong |