C# 클래스 MissionPlanner.Controls.SITL

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

공개 메소드들

메소드 설명
Activate ( ) : void
SITL ( ) : GMap.NET

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildHomeLocation ( GMap.NET.PointLatLng homelocation, int heading ) : string
CheckandGetSITLImage ( string filename ) : string
GetDefaultConfig ( string model ) : string
InitializeComponent ( ) : void

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

StartSITL ( string exepath, string model, string homelocation, string extraargs = "", int speedup = 1 ) : void
myGMAP1_MouseDown ( object sender, MouseEventArgs e ) : void
myGMAP1_MouseMove ( object sender, MouseEventArgs e ) : void
myGMAP1_MouseUp ( object sender, MouseEventArgs e ) : void
myGMAP1_OnMarkerEnter ( GMap.NET.WindowsForms.GMapMarker item ) : void
myGMAP1_OnMarkerLeave ( GMap.NET.WindowsForms.GMapMarker item ) : void
pictureBoxheli_Click ( object sender, EventArgs e ) : void
pictureBoxplane_Click ( object sender, EventArgs e ) : void
pictureBoxquad_Click ( object sender, EventArgs e ) : void
pictureBoxrover_Click ( object sender, EventArgs e ) : void
rcinput ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 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

SITL() 공개 메소드

public SITL ( ) : GMap.NET
리턴 GMap.NET