C# Class MAVLink.mavlink_set_gps_global_origin_t, MissionPlanner

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

Méthodes publiques

Свойство Type Description
altitude System.Int32
latitude System.Int32
longitude System.Int32
target_system byte

Property Details

altitude public_oe property

Altitude (AMSL), in meters * 1000 (positive for up)
public Int32,System altitude
Résultat System.Int32

latitude public_oe property

Latitude (WGS84), in degrees * 1E7
public Int32,System latitude
Résultat System.Int32

longitude public_oe property

Longitude (WGS84, in degrees * 1E7
public Int32,System longitude
Résultat System.Int32

target_system public_oe property

System ID
public byte target_system
Résultat byte