C# Class ZanoFineTuning.Tools.Vibration.K

Show file 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 static property

public static double D
return double

DiscardUnder public static property

public static int DiscardUnder
return int

MaxReadings public static property

public static int MaxReadings
return int

MotorSpeed public static property

public static short MotorSpeed
return short

NullMotor public static property

public static int NullMotor
return int

SpeedModifier public static property

public static double SpeedModifier
return double

WaitRange public static property

public static int WaitRange
return int

WaitReadings public static property

public static int WaitReadings
return int