C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigFirmware

Inheritance: System.Windows.Forms.MyUserControl
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
Activate ( ) : void
ConfigFirmware ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
CMB_history_SelectedIndexChanged ( object sender, EventArgs e ) : void
CMB_history_label_Click ( object sender, EventArgs e ) : void
Custom_firmware_label_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
UpdateFWList ( ) : void
findfirmware ( Firmware fwtoupload ) : void
fw_Progress ( int progress, string status ) : void

for updating fw list

fw_Progress1 ( int progress, string status ) : void

for when updating fw to hardware

lbl_devfw_Click ( object sender, EventArgs e ) : void
lbl_dlfw_Click ( object sender, EventArgs e ) : void
lbl_px4bl_Click ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
pdr_DoWork ( object sender, ProgressWorkerEventArgs e, object passdata = null ) : void
pictureBoxFW_Click ( object sender, EventArgs e ) : void
picturebox_ph2_Click ( object sender, EventArgs e ) : void
port_Progress ( int progress, string status ) : void
up_LogEvent ( string message, int level ) : void
up_ProgressEvent ( double completed ) : void
updateDisplayName ( Firmware temp ) : void
updateDisplayNameInvoke ( Firmware temp ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

ConfigFirmware() public méthode

public ConfigFirmware ( ) : System
Résultat System

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

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool