C# Класс MAVLink.mavlink_terrain_request_t, MissionPlanner

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
grid_spacing System.UInt16
lat System.Int32
lon System.Int32
mask System.UInt64

Описание свойств

grid_spacing публичное свойство

Grid spacing in meters
public UInt16,System grid_spacing
Результат System.UInt16

lat публичное свойство

Latitude of SW corner of first grid (degrees *10^7)
public Int32,System lat
Результат System.Int32

lon публичное свойство

Longitude of SW corner of first grid (in degrees *10^7)
public Int32,System lon
Результат System.Int32

mask публичное свойство

Bitmask of requested 4x4 grids (row major 8x7 array of grids, 56 bits)
public UInt64,System mask
Результат System.UInt64