C# Class kOS.AddOns.InfernalRobotics.IRControlGroupWrapper

Inheritance: Structure
Datei anzeigen Open project: KSP-KOS/KOS

Public Methods

Method Description
GetServos ( ) : kOS.Suffixed.ListValue
GetVessel ( ) : VesselTarget
IRControlGroupWrapper ( IRWrapper init, SharedObjects shared ) : System.Collections.Generic
MoveCenter ( ) : void
MoveLeft ( ) : void
MoveNextPreset ( ) : void
MovePrevPreset ( ) : void
MoveRight ( ) : void
Stop ( ) : void
ThrowIfNotCPUVessel ( ) : void

Private Methods

Method Description
InitializeSuffixes ( ) : void

Method Details

GetServos() public method

public GetServos ( ) : kOS.Suffixed.ListValue
return kOS.Suffixed.ListValue

GetVessel() public method

public GetVessel ( ) : VesselTarget
return kOS.Suffixed.VesselTarget

IRControlGroupWrapper() public method

public IRControlGroupWrapper ( IRWrapper init, SharedObjects shared ) : System.Collections.Generic
init IRWrapper
shared SharedObjects
return System.Collections.Generic

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

Stop() public method

public Stop ( ) : void
return void

ThrowIfNotCPUVessel() public method

public ThrowIfNotCPUVessel ( ) : void
return void