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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
time_boot_ms System.UInt32
vx System.Single
vy System.Single
vz System.Single
x System.Single
y System.Single
z System.Single

Property Details

time_boot_ms public_oe property

Timestamp (milliseconds since system boot)
public UInt32,System time_boot_ms
Résultat System.UInt32

vx public_oe property

X Speed
public Single,System vx
Résultat System.Single

vy public_oe property

Y Speed
public Single,System vy
Résultat System.Single

vz public_oe property

Z Speed
public Single,System vz
Résultat System.Single

x public_oe property

X Position
public Single,System x
Résultat System.Single

y public_oe property

Y Position
public Single,System y
Résultat System.Single

z public_oe property

Z Position
public Single,System z
Résultat System.Single