C# Class MAVLink.mavlink_raw_pressure_t, MissionPlanner

Show file 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 property

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

press_diff1 public property

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

press_diff2 public property

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

temperature public property

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

time_usec public property

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