Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MAVLink.mavlink_terrain_data_t
C# 클래스 MAVLink.mavlink_terrain_data_t, MissionPlanner
파일 보기
프로젝트 열기: ArduPilot/MissionPlanner
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
grid_spacing
System.UInt16
gridbit
byte
lat
System.Int32
lon
System.Int32
프로퍼티 상세
grid_spacing
공개적으로 프로퍼티
Grid spacing in meters
public
UInt16,System
grid_spacing
리턴
System.UInt16
gridbit
공개적으로 프로퍼티
bit within the terrain request mask
public
byte
gridbit
리턴
byte
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