C# Class MAVLink.mavlink_terrain_request_t, MissionPlanner

Mostra file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
grid_spacing System.UInt16
lat System.Int32
lon System.Int32
mask System.UInt64

Property Details

grid_spacing public_oe property

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

lat public_oe property

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

lon public_oe property

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

mask public_oe property

Bitmask of requested 4x4 grids (row major 8x7 array of grids, 56 bits)
public UInt64,System mask
return System.UInt64