C# Class kOS.AddOns.InfernalRobotics.IRServoWrapper

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
IRServoWrapper ( IRWrapper init, SharedObjects shared ) : kOS.Safe.Encapsulation
MoveCenter ( ) : void
MoveLeft ( ) : void
MoveNextPreset ( ) : void
MovePrevPreset ( ) : void
MoveRight ( ) : void
MoveTo ( ScalarValue position, ScalarValue speed ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetPart ( ) : PartValue
InitializeSuffixes ( ) : void

Method Details

IRServoWrapper() public méthode

public IRServoWrapper ( IRWrapper init, SharedObjects shared ) : kOS.Safe.Encapsulation
init IRWrapper
shared SharedObjects
Résultat kOS.Safe.Encapsulation

MoveCenter() public méthode

public MoveCenter ( ) : void
Résultat void

MoveLeft() public méthode

public MoveLeft ( ) : void
Résultat void

MoveNextPreset() public méthode

public MoveNextPreset ( ) : void
Résultat void

MovePrevPreset() public méthode

public MovePrevPreset ( ) : void
Résultat void

MoveRight() public méthode

public MoveRight ( ) : void
Résultat void

MoveTo() public méthode

public MoveTo ( ScalarValue position, ScalarValue speed ) : void
position kOS.Safe.Encapsulation.ScalarValue
speed kOS.Safe.Encapsulation.ScalarValue
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void