C# 클래스 MAVLink.mavlink_request_data_stream_t, MissionPlanner

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

공개 프로퍼티들

프로퍼티 타입 설명
req_message_rate System.UInt16
req_stream_id byte
start_stop byte
target_component byte
target_system byte

프로퍼티 상세

req_message_rate 공개적으로 프로퍼티

The requested message rate
public UInt16,System req_message_rate
리턴 System.UInt16

req_stream_id 공개적으로 프로퍼티

The ID of the requested data stream
public byte req_stream_id
리턴 byte

start_stop 공개적으로 프로퍼티

1 to start sending, 0 to stop sending.
public byte start_stop
리턴 byte

target_component 공개적으로 프로퍼티

The target requested to send the message stream.
public byte target_component
리턴 byte

target_system 공개적으로 프로퍼티

The target requested to send the message stream.
public byte target_system
리턴 byte