C# 클래스 MAVLink.MAVLinkParam, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetValue ( ) : double
MAVLinkParam ( string name, byte inputwire, MAV_PARAM_TYPE type, MAV_PARAM_TYPE typeap ) : System

Used to set Ardupilot Params

MAVLinkParam ( string name, double value, MAV_PARAM_TYPE type ) : System

used as a generic input to type the input data

SetValue ( double input ) : void
ToString ( ) : string

메소드 상세

GetValue() 공개 메소드

public GetValue ( ) : double
리턴 double

MAVLinkParam() 공개 메소드

Used to set Ardupilot Params
public MAVLinkParam ( string name, byte inputwire, MAV_PARAM_TYPE type, MAV_PARAM_TYPE typeap ) : System
name string
inputwire byte
type MAV_PARAM_TYPE
typeap MAV_PARAM_TYPE
리턴 System

MAVLinkParam() 공개 메소드

used as a generic input to type the input data
public MAVLinkParam ( string name, double value, MAV_PARAM_TYPE type ) : System
name string
value double
type MAV_PARAM_TYPE
리턴 System

SetValue() 공개 메소드

public SetValue ( double input ) : void
input double
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string