C# Class ZanoFineTuning.Tools.Vibration.U

Afficher le fichier Open project: torquing/ZanoFineTuning

Méthodes publiques

Méthode Description
CalculateVibration ( Frame f, MotorReading r ) : void
LowPass ( double filtered, double now, double d ) : double
MotorIdToName ( int motor ) : String
SetMotors ( short motor0, short motor1, short motor2, short motor3 ) : void

Method Details

CalculateVibration() public static méthode

public static CalculateVibration ( Frame f, MotorReading r ) : void
f LibZano.Frame
r MotorReading
Résultat void

LowPass() public static méthode

public static LowPass ( double filtered, double now, double d ) : double
filtered double
now double
d double
Résultat double

MotorIdToName() public static méthode

public static MotorIdToName ( int motor ) : String
motor int
Résultat String

SetMotors() public static méthode

public static SetMotors ( short motor0, short motor1, short motor2, short motor3 ) : void
motor0 short
motor1 short
motor2 short
motor3 short
Résultat void