C# Class kOS.AddOns.InfernalRobotics.IRServoWrapper

Inheritance: Structure
显示文件 Open project: KSP-KOS/KOS

Public Methods

Method 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

Method Description
GetPart ( ) : PartValue
InitializeSuffixes ( ) : void

Method Details

IRServoWrapper() public method

public IRServoWrapper ( IRWrapper init, SharedObjects shared ) : kOS.Safe.Encapsulation
init IRWrapper
shared SharedObjects
return kOS.Safe.Encapsulation

MoveCenter() public method

public MoveCenter ( ) : void
return void

MoveLeft() public method

public MoveLeft ( ) : void
return void

MoveNextPreset() public method

public MoveNextPreset ( ) : void
return void

MovePrevPreset() public method

public MovePrevPreset ( ) : void
return void

MoveRight() public method

public MoveRight ( ) : void
return void

MoveTo() public method

public MoveTo ( ScalarValue position, ScalarValue speed ) : void
position kOS.Safe.Encapsulation.ScalarValue
speed kOS.Safe.Encapsulation.ScalarValue
return void

Stop() public method

public Stop ( ) : void
return void