C# Class MAVLink.mavlink_vfr_hud_t, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
airspeed Single
alt Single
climb Single
groundspeed Single
heading System.Int16
throttle System.UInt16

Property Details

airspeed public_oe property

Current airspeed in m/s
public Single airspeed
Résultat Single

alt public_oe property

Current altitude (MSL), in meters
public Single alt
Résultat Single

climb public_oe property

Current climb rate in meters/second
public Single climb
Résultat Single

groundspeed public_oe property

Current ground speed in m/s
public Single groundspeed
Résultat Single

heading public_oe property

Current heading in degrees, in compass units (0..360, 0=north)
public Int16,System heading
Résultat System.Int16

throttle public_oe property

Current throttle setting in integer percent, 0 to 100
public UInt16,System throttle
Résultat System.UInt16