C# 클래스 MAVLink.mavlink_param_value_t, MissionPlanner

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

공개 프로퍼티들

프로퍼티 타입 설명
param_count System.UInt16
param_index System.UInt16
param_type byte
param_value Single

프로퍼티 상세

param_count 공개적으로 프로퍼티

Total number of onboard parameters
public UInt16,System param_count
리턴 System.UInt16

param_index 공개적으로 프로퍼티

Index of this onboard parameter
public UInt16,System param_index
리턴 System.UInt16

param_type 공개적으로 프로퍼티

Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types.
public byte param_type
리턴 byte

param_value 공개적으로 프로퍼티

Onboard parameter value
public Single param_value
리턴 Single