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

MeshX Element class and interface declaration This file contains the meshXElement class and its interface meshXElementIF. The meshXElement class represents an element in the MeshX BLE mesh network, while the meshXElementIF interface defines the callback function for model events. More...

#include <meshx_fwd_decl.hpp>
#include <meshx_model_class.hpp>
#include <memory>
#include <vector>

Go to the source code of this file.

Data Structures

class  meshXElement< meshx_model_send_param_header_t >
 Base class for MeshX elements. More...
class  meshXElementServer
 Derived class for server elements. More...
class  meshXElementClient
 Derived class for client elements. More...

Macros

#define MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PROTO   template <typename meshXModelT, typename... ConstructorsArgs>
#define MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PARAMS   <meshXModelT, typename... ConstructorsArgs>

Detailed Description

MeshX Element class and interface declaration This file contains the meshXElement class and its interface meshXElementIF. The meshXElement class represents an element in the MeshX BLE mesh network, while the meshXElementIF interface defines the callback function for model events.

MeshX Element class and interface definations The meshXElement class represents an element in the MeshX BLE mesh network, while the meshXElementIF interface defines the callback function for model events.

Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PARAMS

#define MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PARAMS   <meshXModelT, typename... ConstructorsArgs>

◆ MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PROTO

#define MESHX_ELEMENT_ADD_MODEL_TEMPLATE_PROTO   template <typename meshXModelT, typename... ConstructorsArgs>