C# Class MissionPlanner.Log.LogDownloadMavLink

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
LogDownloadMavLink ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method 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 method

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

LogDownloadMavLink() public method

public LogDownloadMavLink ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void