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

#include <meshx_ble_mesh_gen_cli.h>

Collaboration diagram for meshx_gen_loc_global_set_t:
Collaboration graph

Data Fields

int32_t global_latitude
 
int32_t global_longitude
 
int16_t global_altitude
 

Detailed Description

Parameters of Generic Location Global Set.

Definition at line 98 of file meshx_ble_mesh_gen_cli.h.

Field Documentation

◆ global_altitude

int16_t meshx_gen_loc_global_set_t::global_altitude

Global Altitude

Definition at line 101 of file meshx_ble_mesh_gen_cli.h.

◆ global_latitude

int32_t meshx_gen_loc_global_set_t::global_latitude

Global Coordinates (Latitude)

Definition at line 99 of file meshx_ble_mesh_gen_cli.h.

◆ global_longitude

int32_t meshx_gen_loc_global_set_t::global_longitude

Global Coordinates (Longitude)

Definition at line 100 of file meshx_ble_mesh_gen_cli.h.


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