MeshX 0.3
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_gen_loc_local_status_cb_t Struct Reference

#include <meshx_ble_mesh_gen_cli.h>

Collaboration diagram for meshx_gen_loc_local_status_cb_t:
Collaboration graph

Data Fields

int16_t local_north
 
int16_t local_east
 
int16_t local_altitude
 
uint8_t floor_number
 
uint16_t uncertainty
 

Detailed Description

Parameters of Generic Location Local Status.

Definition at line 197 of file meshx_ble_mesh_gen_cli.h.

Field Documentation

◆ floor_number

uint8_t meshx_gen_loc_local_status_cb_t::floor_number

Floor Number

Definition at line 201 of file meshx_ble_mesh_gen_cli.h.

◆ local_altitude

int16_t meshx_gen_loc_local_status_cb_t::local_altitude

Local Altitude

Definition at line 200 of file meshx_ble_mesh_gen_cli.h.

◆ local_east

int16_t meshx_gen_loc_local_status_cb_t::local_east

Local Coordinates (East)

Definition at line 199 of file meshx_ble_mesh_gen_cli.h.

◆ local_north

int16_t meshx_gen_loc_local_status_cb_t::local_north

Local Coordinates (North)

Definition at line 198 of file meshx_ble_mesh_gen_cli.h.

◆ uncertainty

uint16_t meshx_gen_loc_local_status_cb_t::uncertainty

Uncertainty

Definition at line 202 of file meshx_ble_mesh_gen_cli.h.


The documentation for this struct was generated from the following file: