C# 클래스 MAVLink.mavlink_param_set_t, MissionPlanner

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

공개 프로퍼티들

프로퍼티 타입 설명
param_type byte
param_value Single
target_component byte
target_system byte

프로퍼티 상세

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

target_component 공개적으로 프로퍼티

Component ID
public byte target_component
리턴 byte

target_system 공개적으로 프로퍼티

System ID
public byte target_system
리턴 byte