Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MAVLink.mavlink_scaled_imu3_t
C# Class MAVLink.mavlink_scaled_imu3_t, MissionPlanner
Show file
Open project: ArduPilot/MissionPlanner
Class Usage Examples
Public Properties
Property
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 property
Timestamp (milliseconds since system boot)
public
UInt32,System
time_boot_ms
return
System.UInt32
xacc
public property
X acceleration (mg)
public
Int16,System
xacc
return
System.Int16
xgyro
public property
Angular speed around X axis (millirad /sec)
public
Int16,System
xgyro
return
System.Int16
xmag
public property
X Magnetic field (milli tesla)
public
Int16,System
xmag
return
System.Int16
yacc
public property
Y acceleration (mg)
public
Int16,System
yacc
return
System.Int16
ygyro
public property
Angular speed around Y axis (millirad /sec)
public
Int16,System
ygyro
return
System.Int16
ymag
public property
Y Magnetic field (milli tesla)
public
Int16,System
ymag
return
System.Int16
zacc
public property
Z acceleration (mg)
public
Int16,System
zacc
return
System.Int16
zgyro
public property
Angular speed around Z axis (millirad /sec)
public
Int16,System
zgyro
return
System.Int16
zmag
public property
Z Magnetic field (milli tesla)
public
Int16,System
zmag
return
System.Int16