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

MeshX Model Configuration Header File This file contains configuration settings and macros for MeshX models. It defines various model-related parameters and options used throughout the MeshX BLE mesh framework. More...

Go to the source code of this file.

Data Structures

struct  meshx_config_model_state
 Structure to hold the Config model state. More...
struct  meshx_config_send_params
 Structure to hold the parameters for sending a Generic OnOff message. More...
struct  meshx_config_srv_el_msg
 Structure to hold config server element message parameters. More...
class  meshXConfigModel

Macros

#define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_config_model_state_t = struct meshx_config_model_state
using meshx_config_send_params_t = struct meshx_config_send_params
using meshx_config_srv_el_msg_t = struct meshx_config_srv_el_msg

Detailed Description

MeshX Model Configuration Header File This file contains configuration settings and macros for MeshX models. It defines various model-related parameters and options used throughout the MeshX BLE mesh framework.

Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_config_model_state_t

◆ meshx_config_send_params_t

◆ meshx_config_srv_el_msg_t