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_gen_location_state_t Struct Reference

#include <meshx_ble_mesh_gen_srv.h>

Data Fields

int32_t global_latitude
int32_t global_longitude
int16_t global_altitude
int16_t local_north
int16_t local_east
int16_t local_altitude
uint8_t floor_number
uint16_t uncertainty

Field Documentation

◆ floor_number

uint8_t meshx_gen_location_state_t::floor_number

The value of the Floor Number field

◆ global_altitude

int16_t meshx_gen_location_state_t::global_altitude

The value of the Global Altitude field

◆ global_latitude

int32_t meshx_gen_location_state_t::global_latitude

The value of the Global Latitude field

◆ global_longitude

int32_t meshx_gen_location_state_t::global_longitude

The value of the Global Longitude field

◆ local_altitude

int16_t meshx_gen_location_state_t::local_altitude

The value of the Local Altitude field

◆ local_east

int16_t meshx_gen_location_state_t::local_east

The value of the Local East field

◆ local_north

int16_t meshx_gen_location_state_t::local_north

The value of the Local North field

◆ uncertainty

uint16_t meshx_gen_location_state_t::uncertainty

The value of the Uncertainty field


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