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

Implementation of Generic Property Models for MeshX. More...

Go to the source code of this file.

Data Structures

struct  meshx_gen_property_model_state
 Structure to hold the Property model state. More...
struct  meshx_gen_property_send_params
 Structure to hold the parameters for sending a Generic Property message. More...
struct  meshx_property_cli_el_msg
 Structure to hold the Property Server to parent element message. The structure is used by the on_model_cb function to send the Property state change notification to the parent element. More...
class  meshXGenericPropertyClientModel
 A template class for creating Generic Property Client models. More...
struct  meshx_property_srv_el_msg
 Structure to hold the Property Server to parent element message. The structure is used by the on_model_cb function to send the Property state change notification to the parent element. More...
class  meshXGenericAdminPropertyServerModel
 A template class for creating Generic Admin Property Server models. More...
class  meshXGenericManufacturerPropertyServerModel
 A template class for creating Generic Manufacturer Property Server models. More...
class  meshXGenericUserPropertyServerModel
 A template class for creating Generic User Property Server models. More...
class  meshXGenericClientPropertyServerModel
 A template class for creating Generic Client Property Server models. More...

Macros

#define MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PROTO
#define MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PARAMS
#define MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS
#define MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS
#define MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS
#define MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_gen_property_model_state_t = struct meshx_gen_property_model_state
using meshx_gen_property_send_params_t = struct meshx_gen_property_send_params
using meshx_property_cli_el_msg_t = struct meshx_property_cli_el_msg
using meshx_property_srv_el_msg_t = struct meshx_property_srv_el_msg

Detailed Description

Implementation of Generic Property Models for MeshX.

This file contains the implementation of the Generic Property models, which provide standard Property model functionality in the MeshX BLE mesh framework.

Key Features:

  • Implements Bluetooth SIG-defined Generic Property models
  • Supports Manufacturer, Admin, User, and Client Property servers
  • Inherits from meshXClientModel and meshXServerModel templates
  • Provides standard Property control operations (GET, SET operations by property ID)
  • Integrates with MeshX transmission control
Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_GEN_ADMIN_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

◆ MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_GEN_CLIENT_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

◆ MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_GEN_MANUFACTURER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

◆ MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PARAMS

#define MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PARAMS

◆ MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PROTO

#define MESHX_GEN_PROPERTY_CLIENT_MODEL_TEMPLATE_PROTO

◆ MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_GEN_USER_PROPERTY_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_gen_property_model_state_t

◆ meshx_gen_property_send_params_t

◆ meshx_property_cli_el_msg_t

◆ meshx_property_srv_el_msg_t