C# Class MAVLink.mavlink_raw_pressure_t, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство 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
Résultat System.Int16

press_diff1 public_oe property

Differential pressure 1 (raw, 0 if nonexistant)
public Int16,System press_diff1
Résultat System.Int16

press_diff2 public_oe property

Differential pressure 2 (raw, 0 if nonexistant)
public Int16,System press_diff2
Résultat System.Int16

temperature public_oe property

Raw Temperature measurement (raw)
public Int16,System temperature
Résultat System.Int16

time_usec public_oe property

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