C# Class MissionPlanner.Controls.SITL

Inheritance: System.Windows.Forms.MyUserControl, IActivate
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
SITL ( ) : GMap.NET

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Activate() public method

public Activate ( ) : void
return void

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

SITL() public method

public SITL ( ) : GMap.NET
return GMap.NET