|
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.
|
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...
#include <meshx_fwd_decl.hpp>#include <meshx_model_class.hpp>#include <meshx_base_model_common.hpp>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 |
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.
| #define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PARAMS |
| #define MESHX_CONFIG_SERVER_MODEL_TEMPLATE_PROTO |
| 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 |