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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
time_boot_ms System.UInt32
xacc System.Int16
xgyro System.Int16
xmag System.Int16
yacc System.Int16
ygyro System.Int16
ymag System.Int16
zacc System.Int16
zgyro System.Int16
zmag System.Int16

Property Details

time_boot_ms public_oe property

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

xacc public_oe property

X acceleration (mg)
public Int16,System xacc
Résultat System.Int16

xgyro public_oe property

Angular speed around X axis (millirad /sec)
public Int16,System xgyro
Résultat System.Int16

xmag public_oe property

X Magnetic field (milli tesla)
public Int16,System xmag
Résultat System.Int16

yacc public_oe property

Y acceleration (mg)
public Int16,System yacc
Résultat System.Int16

ygyro public_oe property

Angular speed around Y axis (millirad /sec)
public Int16,System ygyro
Résultat System.Int16

ymag public_oe property

Y Magnetic field (milli tesla)
public Int16,System ymag
Résultat System.Int16

zacc public_oe property

Z acceleration (mg)
public Int16,System zacc
Résultat System.Int16

zgyro public_oe property

Angular speed around Z axis (millirad /sec)
public Int16,System zgyro
Résultat System.Int16

zmag public_oe property

Z Magnetic field (milli tesla)
public Int16,System zmag
Résultat System.Int16