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

Inheritance: IDisposable
Mostra file Open project: ArduPilot/MissionPlanner

Public Properties

Property 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

Public Methods

Method Description
Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

desc public_oe property

public string desc
return string

lbl_max public_oe property

public Label,System.Windows.Forms lbl_max
return System.Windows.Forms.Label

lbl_min public_oe property

public Label,System.Windows.Forms lbl_min
return System.Windows.Forms.Label

max public_oe property

public float max
return float

min public_oe property

public float min
return float

paramname public_oe property

public string paramname
return string

paramvalue public_oe property

public float paramvalue
return float

relations public_oe property

public List relations
return List

title public_oe property

public string title
return string