C# Class ZanoFineTuning.Tools.Inspect.Views.Inspect

Interaction logic for Inspect.xaml
Inheritance: System.Windows.Controls.Page
Exibir arquivo Open project: torquing/ZanoFineTuning Class Usage Examples

Public Properties

Property Type Description
Instance Inspect

Public Methods

Method Description
Inspect ( ) : System
UpdateAccelerometer ( int x, int y, int z ) : void
UpdatePitch ( double pitch ) : void
UpdateRoll ( double roll ) : void
UpdateYaw ( double yaw ) : void

Private Methods

Method Description
Menu_Click ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

Inspect() public method

public Inspect ( ) : System
return System

UpdateAccelerometer() public method

public UpdateAccelerometer ( int x, int y, int z ) : void
x int
y int
z int
return void

UpdatePitch() public method

public UpdatePitch ( double pitch ) : void
pitch double
return void

UpdateRoll() public method

public UpdateRoll ( double roll ) : void
roll double
return void

UpdateYaw() public method

public UpdateYaw ( double yaw ) : void
yaw double
return void

Property Details

Instance public_oe static_oe property

public static Inspect,ZanoFineTuning.Tools.Inspect.Views Instance
return Inspect