NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
__mavlink_terrain_data_t Struct Reference

#include <mavlink_msg_terrain_data.h>

Data Fields

int32_t lat
 Latitude of SW corner of first grid (degrees *10^7) More...
 
int32_t lon
 Longitude of SW corner of first grid (in degrees *10^7) More...
 
uint16_t grid_spacing
 Grid spacing in meters. More...
 
int16_t data [16]
 Terrain data in meters AMSL. More...
 
uint8_t gridbit
 bit within the terrain request mask More...
 

Field Documentation

int16_t __mavlink_terrain_data_t::data[16]

Terrain data in meters AMSL.

uint16_t __mavlink_terrain_data_t::grid_spacing

Grid spacing in meters.

uint8_t __mavlink_terrain_data_t::gridbit

bit within the terrain request mask

int32_t __mavlink_terrain_data_t::lat

Latitude of SW corner of first grid (degrees *10^7)

int32_t __mavlink_terrain_data_t::lon

Longitude of SW corner of first grid (in degrees *10^7)


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