Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tdf_struct_gcs_location Struct Reference

Geographic Coordinate System location. More...

#include <definitions.h>

Data Fields

int32_t latitude
 Latitude degrees (scale 1e7)
 
int32_t longitude
 Longitude degrees (scale 1e7)
 
int32_t height
 Height above reference ellipsoid (mm)
 

Detailed Description

Geographic Coordinate System location.

Field Documentation

◆ height

int32_t tdf_struct_gcs_location::height

Height above reference ellipsoid (mm)

◆ latitude

int32_t tdf_struct_gcs_location::latitude

Latitude degrees (scale 1e7)

◆ longitude

int32_t tdf_struct_gcs_location::longitude

Longitude degrees (scale 1e7)


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