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_element_registry.hpp File Reference

Registry for tracking MeshX element instances. More...

#include <meshx_fwd_decl.hpp>
#include <map>
#include <mutex>

Go to the source code of this file.

Data Structures

class  meshXElementRegistry
 Singleton registry for MeshX elements. More...

Detailed Description

Registry for tracking MeshX element instances.

This file provides a global registry to map element indices to element instances, eliminating the need for per-variant static instance arrays.

Author
Pranjal Chanda
Date
2024-2025