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

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

Méthodes publiques

Свойство Type Description
Instance Inspect

Méthodes publiques

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

Méthode Description
Menu_Click ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

Inspect() public méthode

public Inspect ( ) : System
Résultat System

UpdateAccelerometer() public méthode

public UpdateAccelerometer ( int x, int y, int z ) : void
x int
y int
z int
Résultat void

UpdatePitch() public méthode

public UpdatePitch ( double pitch ) : void
pitch double
Résultat void

UpdateRoll() public méthode

public UpdateRoll ( double roll ) : void
roll double
Résultat void

UpdateYaw() public méthode

public UpdateYaw ( double yaw ) : void
yaw double
Résultat void

Property Details

Instance public_oe static_oe property

public static Inspect,ZanoFineTuning.Tools.Inspect.Views Instance
Résultat Inspect