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

Header file for MeshX Sensor Models This file contains the declarations and definitions for the MeshX Sensor Models, including the Sensor Server and Client models. More...

Go to the source code of this file.

Data Structures

struct  meshx_sensor_srv_el_msg
 Structure to hold the Sensor Server to element message. More...
class  meshXSensorServerModel
 A template class for creating Sensor Server models. More...

Macros

#define MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_sensor_srv_el_msg_t = struct meshx_sensor_srv_el_msg

Detailed Description

Header file for MeshX Sensor Models This file contains the declarations and definitions for the MeshX Sensor Models, including the Sensor Server and Client models.

Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_SENSOR_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_sensor_srv_el_msg_t