C# Class MissionPlanner.Log.LogDownloadMavLink

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
LogDownloadMavLink ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
AddCheckedListBoxItem ( string caption ) : void
AppendSerialLog ( string msg ) : void
BUT_DLall_Click ( object sender, EventArgs e ) : void
BUT_DLthese_Click ( object sender, EventArgs e ) : void
BUT_bintolog_Click ( object sender, EventArgs e ) : void
BUT_clearlogs_Click ( object sender, EventArgs e ) : void
BUT_firstperson_Click ( object sender, EventArgs e ) : void
BUT_redokml_Click ( object sender, EventArgs e ) : void
CreateLog ( string logfile ) : void
DownloadThread ( int selectedLogs ) : void
GetAllLogIndices ( ) : IEnumerable
GetItemCaption ( MAVLink item ) : string
GetLog ( ushort no, string fileName ) : string
GetSelectedLogIndices ( ) : IEnumerable
InitializeComponent ( ) : void

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

LoadCheckedList ( ) : void
LoadLogList ( ) : void
Log_Load ( object sender, EventArgs e ) : void
MakeValidFileName ( string fileName ) : string
RunOnUIThread ( Action a ) : void
UpdateProgress ( uint min, uint max, uint current ) : void
comPort_Progress ( int progress, string status ) : void

Method Details

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

LogDownloadMavLink() public méthode

public LogDownloadMavLink ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void