|
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.
|
Implementation of MeshX model wrapper classes. More...
#include <meshx_model_class.hpp>#include <meshx_base_model_generic.hpp>#include <meshx_base_model_light.hpp>#include <meshx_base_model_common.hpp>#include <generic_model/meshx_model_onoff.hpp>#include <generic_model/meshx_model_level.hpp>#include <generic_model/meshx_model_battery.hpp>#include <generic_model/meshx_model_power_onoff.hpp>#include <generic_model/meshx_model_power_level.hpp>#include <generic_model/meshx_model_property.hpp>#include <generic_model/meshx_model_def_trans_time.hpp>#include <generic_model/meshx_model_location.hpp>#include <light_model/meshx_model_ctl.hpp>#include <light_model/meshx_model_hsl.hpp>#include <light_model/meshx_model_lightness.hpp>#include <sensor_model/meshx_model_sensor.hpp>#include <meshx_base_model_sensor.hpp>#include <common_model/meshx_model_config.hpp>Implementation of MeshX model wrapper classes.
This file contains the implementation of the constructor functions for the MeshX model wrapper classes, providing the core initialization logic for both client and server model wrappers.
Key Features: