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

Header file for MeshX Light CTL Models This file contains the declarations and definitions for the MeshX Light CTL Models, including the Light CTL Server and Client models for color temperature and lightness control. More...

Go to the source code of this file.

Data Structures

struct  meshx_light_ctl_model_state
 Structure to hold the Light CTL model state. More...
struct  meshx_light_ctl_send_params
 Structure to hold the parameters for sending a Light CTL message. More...
struct  meshx_light_ctl_cli_el_msg
 Structure to hold the Light CTL Client to element message. More...
class  meshXLightCTLClientModel
 A template class for creating Light CTL Client models. More...
struct  meshx_light_ctl_srv_el_msg
 Structure to hold the Light CTL Server to element message. More...
class  meshXLightCTLServerModel
 A template class for creating Light CTL Server models. More...
class  meshXLightCTLSetupServerModel
 A class for creating Light CTL Setup Server models. More...

Macros

#define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PARAMS
#define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_light_ctl_model_state_t = struct meshx_light_ctl_model_state
using meshx_light_ctl_send_params_t = struct meshx_light_ctl_send_params
using meshx_light_ctl_cli_el_msg_t = struct meshx_light_ctl_cli_el_msg
using meshx_light_ctl_srv_el_msg_t = struct meshx_light_ctl_srv_el_msg

Detailed Description

Header file for MeshX Light CTL Models This file contains the declarations and definitions for the MeshX Light CTL Models, including the Light CTL Server and Client models for color temperature and lightness control.

Key Features:

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

Macro Definition Documentation

◆ MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PROTO

◆ MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_light_ctl_cli_el_msg_t

◆ meshx_light_ctl_model_state_t

◆ meshx_light_ctl_send_params_t

◆ meshx_light_ctl_srv_el_msg_t