C# Class kOS.Communication.ConnectivityManager

Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

Méthode Description
AddAutopilotHook ( Vessel vessel, FlightInputCallback hook ) : void
CreateManagerObject ( ) : IConnectivityManager
GetDelay ( Vessel vessel1, Vessel vessel2 ) : double
GetDelayToControl ( Vessel vessel ) : double
GetDelayToHome ( Vessel vessel ) : double
GetManagerType ( string name ) : Type
GetSelectedManagerType ( ) : Type
GetStringHash ( ) : HashSet
GetStringList ( ) : List
HasConnection ( Vessel vessel1, Vessel vessel2 ) : bool
HasConnectionToControl ( Vessel vessel ) : bool
HasConnectionToHome ( Vessel vessel ) : bool
RefreshInstance ( ) : void
RegisterMethod ( Type t ) : void
RemoveAutopilotHook ( Vessel vessel, FlightInputCallback hook ) : void

Method Details

AddAutopilotHook() public static méthode

public static AddAutopilotHook ( Vessel vessel, FlightInputCallback hook ) : void
vessel Vessel
hook FlightInputCallback
Résultat void

CreateManagerObject() public static méthode

public static CreateManagerObject ( ) : IConnectivityManager
Résultat IConnectivityManager

GetDelay() public static méthode

public static GetDelay ( Vessel vessel1, Vessel vessel2 ) : double
vessel1 Vessel
vessel2 Vessel
Résultat double

GetDelayToControl() public static méthode

public static GetDelayToControl ( Vessel vessel ) : double
vessel Vessel
Résultat double

GetDelayToHome() public static méthode

public static GetDelayToHome ( Vessel vessel ) : double
vessel Vessel
Résultat double

GetManagerType() public static méthode

public static GetManagerType ( string name ) : Type
name string
Résultat System.Type

GetSelectedManagerType() public static méthode

public static GetSelectedManagerType ( ) : Type
Résultat System.Type

GetStringHash() public static méthode

public static GetStringHash ( ) : HashSet
Résultat HashSet

GetStringList() public static méthode

public static GetStringList ( ) : List
Résultat List

HasConnection() public static méthode

public static HasConnection ( Vessel vessel1, Vessel vessel2 ) : bool
vessel1 Vessel
vessel2 Vessel
Résultat bool

HasConnectionToControl() public static méthode

public static HasConnectionToControl ( Vessel vessel ) : bool
vessel Vessel
Résultat bool

HasConnectionToHome() public static méthode

public static HasConnectionToHome ( Vessel vessel ) : bool
vessel Vessel
Résultat bool

RefreshInstance() public static méthode

public static RefreshInstance ( ) : void
Résultat void

RegisterMethod() public static méthode

public static RegisterMethod ( Type t ) : void
t System.Type
Résultat void

RemoveAutopilotHook() public static méthode

public static RemoveAutopilotHook ( Vessel vessel, FlightInputCallback hook ) : void
vessel Vessel
hook FlightInputCallback
Résultat void