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

Header file for MeshX Light HSL Models This file contains the declarations and definitions for the MeshX Light HSL Models, including the Light HSL Server and Client models for hue, saturation, and lightness control. More...

Go to the source code of this file.

Data Structures

struct  meshx_light_hsl_model_state
 Structure to hold the Light HSL model state. More...
struct  meshx_light_hsl_send_params
 Structure to hold the parameters for sending a Light HSL message. More...
struct  meshx_light_hsl_srv_el_msg
 Structure to hold the Light HSL Server to element message. More...
class  meshXLightHSLServerModel
 A template class for creating Light HSL Server models. More...

Macros

#define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PARAMS
#define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_light_hsl_model_state_t = struct meshx_light_hsl_model_state
using meshx_light_hsl_send_params_t = struct meshx_light_hsl_send_params
using meshx_light_hsl_srv_el_msg_t = struct meshx_light_hsl_srv_el_msg

Detailed Description

Header file for MeshX Light HSL Models This file contains the declarations and definitions for the MeshX Light HSL Models, including the Light HSL Server and Client models for hue, saturation, and lightness control.

Key Features:

  • Implements Bluetooth SIG-defined Light HSL model
  • Inherits from meshXServerModel and meshXClientModel templates
  • Provides standard Light HSL control operations (hue, saturation, lightness)
  • Integrates with MeshX transmission control
Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PROTO

◆ MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_light_hsl_model_state_t

◆ meshx_light_hsl_send_params_t

◆ meshx_light_hsl_srv_el_msg_t