C# Class MissionPlanner.SerialInjectGPS

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
tcpClientConnected ManualResetEvent

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
SerialInjectGPS ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SerialInjectGPS() public méthode

public SerialInjectGPS ( ) : System
Résultat System

Property Details

tcpClientConnected public_oe static_oe property

public static ManualResetEvent tcpClientConnected
Résultat ManualResetEvent