C# Class MissionPlanner.SerialInjectGPS

Datei anzeigen Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
tcpClientConnected ManualResetEvent

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
SerialInjectGPS ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BUT_connect_Click ( object sender, EventArgs e ) : void
CMB_serialport_SelectedIndexChanged ( object sender, EventArgs e ) : void
ExtractBasePos ( int seen ) : void
InitializeComponent ( ) : void

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

ProcessUBXMessage ( ) : void
but_base_pos_Click ( object sender, EventArgs e ) : void
but_save_basepos_Click ( object sender, EventArgs e ) : void
chk_rtcmmsg_CheckedChanged ( object sender, EventArgs e ) : void
loadBasePOS ( ) : void
mainloop ( ) : void
sendData ( byte data, byte length ) : void
timer1_Tick ( object sender, EventArgs e ) : void
updateLabel ( string line1, string line2, string line3 ) : void
updateSVINLabel ( string label, string line2 = "" ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : 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

SerialInjectGPS() public method

public SerialInjectGPS ( ) : System
return System

Property Details

tcpClientConnected public_oe static_oe property

public static ManualResetEvent tcpClientConnected
return ManualResetEvent