C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigAccelerometerCalibration

Mostrar archivo Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
Activate ( ) : void
ConfigAccelerometerCalibration ( ) : System
Deactivate ( ) : void
UpdateUserMessage ( string message ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BUT_calib_accell_Click ( object sender, EventArgs e ) : void
BUT_level_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

receivedPacket ( MAVLink arg ) : bool

Method Details

Activate() public method

public Activate ( ) : void
return void

ConfigAccelerometerCalibration() public method

public ConfigAccelerometerCalibration ( ) : System
return System

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

UpdateUserMessage() public method

public UpdateUserMessage ( string message ) : void
message string
return void