C# Class MAVLink.MAVLinkParam, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetValue ( ) : double
Résultat double

MAVLinkParam() public méthode

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
Résultat System

MAVLinkParam() public méthode

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
Résultat System

SetValue() public méthode

public SetValue ( double input ) : void
input double
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string