C# Class ZanoFineTuning.Tools.Vibration.K

Mostrar archivo Open project: torquing/ZanoFineTuning

Public Properties

Property Type Description
D double
DiscardUnder int
MaxReadings int
MotorSpeed short
NullMotor int
SpeedModifier double
WaitRange int
WaitReadings int

Public Methods

Method Description
GetMotorDirectionX ( int motorId ) : double
GetMotorDirectionY ( int motorId ) : double

Method Details

GetMotorDirectionX() public static method

public static GetMotorDirectionX ( int motorId ) : double
motorId int
return double

GetMotorDirectionY() public static method

public static GetMotorDirectionY ( int motorId ) : double
motorId int
return double

Property Details

D public_oe static_oe property

public static double D
return double

DiscardUnder public_oe static_oe property

public static int DiscardUnder
return int

MaxReadings public_oe static_oe property

public static int MaxReadings
return int

MotorSpeed public_oe static_oe property

public static short MotorSpeed
return short

NullMotor public_oe static_oe property

public static int NullMotor
return int

SpeedModifier public_oe static_oe property

public static double SpeedModifier
return double

WaitRange public_oe static_oe property

public static int WaitRange
return int

WaitReadings public_oe static_oe property

public static int WaitReadings
return int