C# Class MAVLink.mavlink_raw_pressure_t, MissionPlanner

显示文件 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
press_abs System.Int16
press_diff1 System.Int16
press_diff2 System.Int16
temperature System.Int16
time_usec System.UInt64

Property Details

press_abs public_oe property

Absolute pressure (raw)
public Int16,System press_abs
return System.Int16

press_diff1 public_oe property

Differential pressure 1 (raw, 0 if nonexistant)
public Int16,System press_diff1
return System.Int16

press_diff2 public_oe property

Differential pressure 2 (raw, 0 if nonexistant)
public Int16,System press_diff2
return System.Int16

temperature public_oe property

Raw Temperature measurement (raw)
public Int16,System temperature
return System.Int16

time_usec public_oe property

Timestamp (microseconds since UNIX epoch or microseconds since system boot)
public UInt64,System time_usec
return System.UInt64