C# 클래스 MissionPlanner.GCSViews.ConfigurationView.ConfigAntennaTracker

상속: System.Windows.Forms.UserControl, IActivate, IDeactivate
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
Activate ( ) : void
ConfigAntennaTracker ( ) : System
Deactivate ( ) : void

보호된 메소드들

메소드 설명
BUT_rerequestparams_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BUT_rerequestparams control.

Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
AddNewLinesForTooltip ( string text ) : string
BUT_refreshpart_Click ( object sender, EventArgs e ) : void
BUT_test_pitch_Click ( object sender, EventArgs e ) : void
BUT_test_yaw_Click ( object sender, EventArgs e ) : void
BUT_writePIDS_Click ( object sender, EventArgs e ) : void
ComboBox_Validated ( object sender, EventArgs e ) : void
Configuration_Validating ( object sender, CancelEventArgs e ) : void
EEPROM_View_float_TextChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

map ( double x, double in_min, double in_max, double out_min, double out_max ) : double
timer1_Tick ( object sender, EventArgs e ) : void
updateparam ( Control parentctl ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

BUT_rerequestparams_Click() 보호된 메소드

Handles the Click event of the BUT_rerequestparams control.
protected BUT_rerequestparams_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ConfigAntennaTracker() 공개 메소드

public ConfigAntennaTracker ( ) : System
리턴 System

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool