C# 클래스 MAVLink.mavlink_terrain_report_t, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
current_height Single
lat System.Int32
loaded System.UInt16
lon System.Int32
pending System.UInt16
spacing System.UInt16
terrain_height Single

프로퍼티 상세

current_height 공개적으로 프로퍼티

Current vehicle height above lat/lon terrain height (meters)
public Single current_height
리턴 Single

lat 공개적으로 프로퍼티

Latitude (degrees *10^7)
public Int32,System lat
리턴 System.Int32

loaded 공개적으로 프로퍼티

Number of 4x4 terrain blocks in memory
public UInt16,System loaded
리턴 System.UInt16

lon 공개적으로 프로퍼티

Longitude (degrees *10^7)
public Int32,System lon
리턴 System.Int32

pending 공개적으로 프로퍼티

Number of 4x4 terrain blocks waiting to be received or read from disk
public UInt16,System pending
리턴 System.UInt16

spacing 공개적으로 프로퍼티

grid spacing (zero if terrain at this location unavailable)
public UInt16,System spacing
리턴 System.UInt16

terrain_height 공개적으로 프로퍼티

Terrain height in meters AMSL
public Single terrain_height
리턴 Single