|
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.
|
Integration test state for tracking cross-subsystem operations. More...
Data Fields | |
| bool | gpio_initialized |
| bool | kv_initialized |
| bool | io_initialized |
| meshx_gpio_hosted_mode_t | current_hosted_mode |
| uint8_t | element_state_changes |
| uint8_t | hosted_events_sent |
| uint8_t | kv_save_count |
| uint8_t | kv_load_count |
| meshx_gpio_pin_config_t | test_configs [8] |
| meshx_gpio_pin_state_t | test_states [8] |
Integration test state for tracking cross-subsystem operations.
| meshx_gpio_hosted_mode_t gpio_integration_state_t::current_hosted_mode |
| uint8_t gpio_integration_state_t::element_state_changes |
| bool gpio_integration_state_t::gpio_initialized |
| uint8_t gpio_integration_state_t::hosted_events_sent |
| bool gpio_integration_state_t::io_initialized |
| bool gpio_integration_state_t::kv_initialized |
| uint8_t gpio_integration_state_t::kv_load_count |
| uint8_t gpio_integration_state_t::kv_save_count |
| meshx_gpio_pin_config_t gpio_integration_state_t::test_configs[8] |
| meshx_gpio_pin_state_t gpio_integration_state_t::test_states[8] |