C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_safety_allowed_area_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
frame byte
p1x System.Single
p1y System.Single
p1z System.Single
p2x System.Single
p2y System.Single
p2z System.Single

Property Details

frame public_oe property

Coordinate frame, as defined by MAV_FRAME enum in mavlink_types.h. Can be either global, GPS, right-handed with Z axis up or local, right handed, Z axis down.
public byte frame
Résultat byte

p1x public_oe property

x position 1 / Latitude 1
public Single,System p1x
Résultat System.Single

p1y public_oe property

y position 1 / Longitude 1
public Single,System p1y
Résultat System.Single

p1z public_oe property

z position 1 / Altitude 1
public Single,System p1z
Résultat System.Single

p2x public_oe property

x position 2 / Latitude 2
public Single,System p2x
Résultat System.Single

p2y public_oe property

y position 2 / Longitude 2
public Single,System p2y
Résultat System.Single

p2z public_oe property

z position 2 / Altitude 2
public Single,System p2z
Résultat System.Single