C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigSimplePids.configitem

Inheritance: IDisposable
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
desc string
lbl_max System.Windows.Forms.Label
lbl_min System.Windows.Forms.Label
max float
min float
paramname string
paramvalue float
relations List
title string

Méthodes publiques

Méthode Description
Dispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

desc public_oe property

public string desc
Résultat string

lbl_max public_oe property

public Label,System.Windows.Forms lbl_max
Résultat System.Windows.Forms.Label

lbl_min public_oe property

public Label,System.Windows.Forms lbl_min
Résultat System.Windows.Forms.Label

max public_oe property

public float max
Résultat float

min public_oe property

public float min
Résultat float

paramname public_oe property

public string paramname
Résultat string

paramvalue public_oe property

public float paramvalue
Résultat float

relations public_oe property

public List relations
Résultat List

title public_oe property

public string title
Résultat string