C# Class RemoteTech.FlightComputer.RoverComputer

ファイルを表示 Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Private Properties

Property Type Description
BrakeSpeed float
Coord bool
Distance bool
DistanceHeading bool
Turn bool

Public Methods

Method Description
Drive ( RemoteTech dc, FlightCtrlState fs ) : bool
InitMode ( RemoteTech dc ) : void
RoverComputer ( ) : System
SetVessel ( Vessel v ) : void

Private Methods

Method Description
BrakeSpeed ( float speed, float actualSpeed ) : float
Coord ( RemoteTech dc, FlightCtrlState fs ) : bool
Distance ( RemoteTech dc, FlightCtrlState fs ) : bool
DistanceHeading ( RemoteTech dc, FlightCtrlState fs ) : bool
Turn ( RemoteTech dc, FlightCtrlState fs ) : bool

Method Details

Drive() public method

public Drive ( RemoteTech dc, FlightCtrlState fs ) : bool
dc RemoteTech
fs FlightCtrlState
return bool

InitMode() public method

public InitMode ( RemoteTech dc ) : void
dc RemoteTech
return void

RoverComputer() public method

public RoverComputer ( ) : System
return System

SetVessel() public method

public SetVessel ( Vessel v ) : void
v Vessel
return void