C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigHWCompass

Inheritance: System.Windows.Forms.UserControl, IActivate
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
Activate ( ) : void
ConfigHWCompass ( ) : System
Deactivate ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BUT_MagCalibrationLog_Click ( object sender, EventArgs e ) : void
BUT_MagCalibration_Click ( object sender, EventArgs e ) : void
BUT_OBmagcalaccept_Click ( object sender, EventArgs e ) : void
BUT_OBmagcalcancel_Click ( object sender, EventArgs e ) : void
BUT_OBmagcalstart_Click ( object sender, EventArgs e ) : void
CHK_autodec_CheckedChanged ( object sender, EventArgs e ) : void
CHK_compass ( object sender, EventArgs e ) : void
CHK_compasslearn_CheckedChanged ( object sender, EventArgs e ) : void
CHK_enablecompass_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

QuickAPM25_Click ( object sender, EventArgs e ) : void
ReceviedPacket ( MAVLink packet ) : bool
ShowRelevantFields ( ) : void
TXT_declination_Validated ( object sender, EventArgs e ) : void
TXT_declination_Validating ( object sender, CancelEventArgs e ) : void
absmax ( int val1, int val2, int val3 ) : int
buttonAPMExternal_Click ( object sender, EventArgs e ) : void
buttonQuickPixhawk_Click ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkLabel1_LinkClicked_1 ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

ConfigHWCompass() public méthode

public ConfigHWCompass ( ) : System
Résultat System

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Dispose() protected méthode

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