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.
Loading...
Searching...
No Matches
meshx_root_element.hpp File Reference

MeshX Root Element class definition This file contains the meshXRootElement class which represents the root element in the MeshX BLE mesh network. More...

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
}

Detailed Description

MeshX Root Element class definition This file contains the meshXRootElement class which represents the root element in the MeshX BLE mesh network.

Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PARAMS

#define MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PARAMS   <ModelT>

◆ MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PROTO

#define MESHX_ROOT_DEPENDENCY_RESOLVER_TEMPLATE_PROTO   template <typename ModelT>

◆ MESHX_ROOT_ELEMENT_TEMPLATE_PARAMS

#define MESHX_ROOT_ELEMENT_TEMPLATE_PARAMS

◆ MESHX_ROOT_ELEMENT_TEMPLATE_PROTO

#define MESHX_ROOT_ELEMENT_TEMPLATE_PROTO

Enumeration Type Documentation

◆ meshxRootElementComposition

enum class meshxRootElementComposition : uint8_t
strong
Enumerator
MESHX_ROOT_ELEMENT_COMP_CONFIG_SERVER 
MESHX_ROOT_ELEMENT_COMP_MAX  
27{
30};
@ MESHX_ROOT_ELEMENT_COMP_MAX
Definition meshx_root_element.hpp:29
@ MESHX_ROOT_ELEMENT_COMP_CONFIG_SERVER
Definition meshx_root_element.hpp:28