C# Class kOS.Binding.FlightControlManager.FlightCtrlParam

Inheritance: IDisposable
Exibir arquivo Open project: KSP-KOS/KOS

Public Methods

Method Description
ClearValue ( ) : void
Dispose ( ) : void
FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
OnFlyByWire ( FlightCtrlState &c ) : void
ToString ( ) : string
UpdateFlightControl ( Vessel vessel ) : void

Private Methods

Method Description
HookEvents ( ) : void
SteerByWire ( FlightCtrlState c ) : void
UpdateThrottle ( FlightCtrlState c ) : void
UpdateWheelThrottle ( FlightCtrlState c ) : void
WheelSteer ( FlightCtrlState c ) : void
getValue ( ) : object
setValue ( object val ) : void

Method Details

ClearValue() public method

public ClearValue ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FlightCtrlParam() public method

public FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
name string
sharedObjects SharedObjects
return System

OnFlyByWire() public method

public OnFlyByWire ( FlightCtrlState &c ) : void
c FlightCtrlState
return void

ToString() public method

public ToString ( ) : string
return string

UpdateFlightControl() public method

public UpdateFlightControl ( Vessel vessel ) : void
vessel Vessel
return void