C# 클래스 MAVLink.mavlink_raw_pressure_t, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
press_abs System.Int16
press_diff1 System.Int16
press_diff2 System.Int16
temperature System.Int16
time_usec System.UInt64

프로퍼티 상세

press_abs 공개적으로 프로퍼티

Absolute pressure (raw)
public Int16,System press_abs
리턴 System.Int16

press_diff1 공개적으로 프로퍼티

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

press_diff2 공개적으로 프로퍼티

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

temperature 공개적으로 프로퍼티

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

time_usec 공개적으로 프로퍼티

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