C# 클래스 MissionPlanner.Log.LogDownloadMavLink

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
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