C# Class MAVLink.mavlink_terrain_data_t, MissionPlanner

Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
grid_spacing System.UInt16
gridbit byte
lat System.Int32
lon System.Int32

Property Details

grid_spacing public property

Grid spacing in meters
public UInt16,System grid_spacing
return System.UInt16

gridbit public property

bit within the terrain request mask
public byte gridbit
return byte

lat public property

Latitude of SW corner of first grid (degrees *10^7)
public Int32,System lat
return System.Int32

lon public property

Longitude of SW corner of first grid (in degrees *10^7)
public Int32,System lon
return System.Int32