C# Класс MissionPlanner.Log.LogDownloadMavLink

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LogDownloadMavLink ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LogDownloadMavLink() публичный Метод

public LogDownloadMavLink ( ) : System
Результат System

OnClosed() защищенный Метод

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Результат void

OnClosing() защищенный Метод

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void