C# Class MAVLink.MAVLinkParam, MissionPlanner

显示文件 Open project: ArduPilot/MissionPlanner

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

GetValue() public method

public GetValue ( ) : double
return double

MAVLinkParam() public method

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
return System

MAVLinkParam() public method

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
return System

SetValue() public method

public SetValue ( double input ) : void
input double
return void

ToString() public method

public ToString ( ) : string
return string